all: build clean: @cabal clean > /dev/null watch: @nodemon -e hs,conf --exec 'make build-and-launch' build-and-launch: @(pkill leboncoin-listener || true) && (cabal run || true) .PHONY: build build: @cabal build || true