diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ build: @stack build @stack exec cooking build +deploy: + @make build + @stack exec cooking deploy + watch: @nodemon --watch src -e hs --exec 'make watch-command --silent' |