diff --git a/Makefile b/Makefile index 969bb7c..6e7ecac 100644 --- a/Makefile +++ b/Makefile @@ -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