aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2019-05-16 09:28:51 +0200
committerJoris2019-05-16 09:28:51 +0200
commit8d14cb80170a8a15a0ced13bc7fe5cd16b908974 (patch)
treeb680e4a3d74e1566d27585558dd637015eb4e3b9 /Makefile
parent560c212b661b967d6c3c77affbcf6d91427c07fc (diff)
downloadad-listener-8d14cb80170a8a15a0ced13bc7fe5cd16b908974.tar.gz
ad-listener-8d14cb80170a8a15a0ced13bc7fe5cd16b908974.tar.bz2
ad-listener-8d14cb80170a8a15a0ced13bc7fe5cd16b908974.zip
Minor update on Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1490609..f8eeb77 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ install:
@cabal2nix --shell . > ad-listener.nix
watch:
- @make install && nix-shell ad-listener.nix --run "nodemon -e hs,conf --exec 'clear && make build-and-launch'"
+ @make install && nix-shell ad-listener.nix --run "nodemon --watch src --delay 0.2 -e hs,conf --exec 'clear && make build-and-launch'"
build-and-launch:
@(pkill ad-listener || true) && (cabal run || true)