diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,10 +3,6 @@ all: build clean: @cabal clean > /dev/null -install: - @cabal2nix --shell . > leboncoin-listener.nix - @nix-shell leboncoin-listener.nix -I ~ --command 'cabal configure' - watch: @nodemon -e hs,conf --exec 'make build-and-launch' |