aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2016-11-20 18:26:07 +0100
committerJoris2016-11-20 18:26:07 +0100
commit74aff92204f70a6f113039fe90d332b44f9493c2 (patch)
treeeb9b6ecb3edf55be352737db9cb72a7f1c2ac87e /Makefile
parentae45764821dc3c04eeb8c2171f14d36256ce4027 (diff)
downloadad-listener-74aff92204f70a6f113039fe90d332b44f9493c2.tar.gz
ad-listener-74aff92204f70a6f113039fe90d332b44f9493c2.tar.bz2
ad-listener-74aff92204f70a6f113039fe90d332b44f9493c2.zip
Enable multi-urls in config file
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'