fix watch target

This commit is contained in:
Aaron Bieber 2023-09-20 16:33:21 -06:00
parent 500766208d
commit c14c980810
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ check:
.PHONY: watch
watch:
echo src/Main.elm | entr -r make elm
echo src/Main.elm | entr -r make assets/main.min.js
.PHONY: run
run: gostart