From 3617a36bcc2305297c09c4b8bdfd2a55e58d02a2 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 30 Oct 2016 17:06:09 +0100 Subject: Add build to phony in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e228310..e3cac92 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ clean: install: @cabal build +.PHONY: build build: @cabal run build -- cgit v1.2.3