sync up make file with dev practices

This commit is contained in:
Aaron Bieber 2023-07-25 07:20:53 -06:00
parent 48fe82be59
commit 3fc6edbf53
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ build:
go build
watch:
echo src/Main.elm | entr -r elm make src/Main.elm --output=assets/main.js
echo src/Main.elm | entr -r make elm
run: sqlc build
./gostart -name startdev -db ./test.db
./gostart -name startdev -db ./test.db -dev