From fced3b4e5bdfda79cd166f230865dfc75a77a7b2 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Tue, 24 Nov 2020 17:15:57 +1100 Subject: [PATCH] Added phony target to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 89ca3f6..59b4c38 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ endif run: compile execute clean setup: include lib +.PHONY: run setup pull compile execute clean test: compile execute check clean