fix makefile

This commit is contained in:
Pierre Dubouilh
2018-11-08 10:37:59 +01:00
parent f065d66d74
commit 1457c3927f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ ci:
cd src && sleep 1 && go test
ci-watch:
ls main.go script.js main_test.go | entr -rc make ci
ls src/* | entr -rc make ci
watch:
ls main.go script.js | entr -rc make run
ls src/* | entr -rc make run
build-all:
make embed