aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e87bf64..98ad691 100644
--- a/Makefile
+++ b/Makefile
@@ -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'