diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,4 +12,7 @@ build: @cabal run build watch: - @cabal run watch + @nodemon --watch src -e hs --exec 'make watch-command --silent' + +watch-command: + @(killall Cooking || :) && sleep 1 && cabal run watch |