Skip to content

Commit

Permalink
Add make watch target
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 16, 2023
1 parent 7988fc3 commit e45747f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
build :
dune build -p luv

.PHONY : watch
watch :
dune build -p luv -w

.PHONY : test
test :
dune runtest --no-buffer --force
Expand Down

0 comments on commit e45747f

Please sign in to comment.