Skip to content

Commit

Permalink
Fix make watch
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 19, 2023
1 parent da604f1 commit edd0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build :

.PHONY : watch
watch :
@dune build --only-packages $(PACKAGES) --no-print-directory -w
@dune build --only-packages $(PACKAGES) --no-print-directory @install -w

.PHONY : deps
deps :
Expand Down

0 comments on commit edd0cd9

Please sign in to comment.