Make compilation of binary a phony target

This commit is contained in:
Craig Furman 2018-06-26 21:35:50 +01:00 committed by Christian Duerr
parent caf4580daa
commit 015a6d4c03
1 changed files with 1 additions and 1 deletions

View File

@ -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)