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)