diff options
author | Joris | 2016-11-20 18:26:07 +0100 |
---|---|---|
committer | Joris | 2016-11-20 18:26:07 +0100 |
commit | 74aff92204f70a6f113039fe90d332b44f9493c2 (patch) | |
tree | eb9b6ecb3edf55be352737db9cb72a7f1c2ac87e /Makefile | |
parent | ae45764821dc3c04eeb8c2171f14d36256ce4027 (diff) |
Enable multi-urls in config file
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' |