From 0079d42ef128a1d91daa4f483f2b65e3e9b6bfdc Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Feb 2017 10:21:12 +0100 Subject: Add shortbread recipe --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbe04d2..62f36a6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3