diff options
author | Joris | 2019-05-16 09:28:51 +0200 |
---|---|---|
committer | Joris | 2019-05-16 09:28:51 +0200 |
commit | 8d14cb80170a8a15a0ced13bc7fe5cd16b908974 (patch) | |
tree | b680e4a3d74e1566d27585558dd637015eb4e3b9 /Makefile | |
parent | 560c212b661b967d6c3c77affbcf6d91427c07fc (diff) |
Minor update on Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |