From 015a6d4c03764608778d8aea80638fcc9704c2f3 Mon Sep 17 00:00:00 2001 From: Craig Furman Date: Tue, 26 Jun 2018 21:35:50 +0100 Subject: Make compilation of binary a phony target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f4ca807..dad41131 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ $(DMG_NAME): $(APP_NAME) install: $(DMG_NAME) ## Mount disk image @open $(DMG_DIR)/$(DMG_NAME) -.PHONY: app binary clean dmg install +.PHONY: app binary clean dmg install $(TARGET) clean: ## Remove all artifacts -rm -rf $(APP_DIR) -- cgit v1.2.3