From 650a23ed763d8627af14ed154fdb9097a80875c5 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 10 Sep 2019 09:33:25 +0200 Subject: Override sendmail path --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d47552e..339ea3e 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,10 @@ watch: build @nodemon --watch src --delay 0.2 -e hs,conf --exec 'clear && make build-and-launch' build-and-launch: - @(pkill ad-listener || true) && (stack build && stack exec ad-listener || true) + @(pkill ad-listener || true) && (stack build && make run || true) + +run: + @stack exec ad-listener build: @stack build -- cgit v1.2.3