diff options
author | Joris | 2017-02-23 10:21:12 +0100 |
---|---|---|
committer | Joris | 2017-02-23 10:21:12 +0100 |
commit | 0079d42ef128a1d91daa4f483f2b65e3e9b6bfdc (patch) | |
tree | 74fc9840598a6931e5deb8a145054e0f00fe8988 /Makefile | |
parent | 8e396abf9f55141f3b6ebab4577edefcbc010c10 (diff) |
Add shortbread recipe
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 |