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