Skip to content

Commit

Permalink
Make compilation of binary a phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfurman authored and chrisduerr committed Jun 26, 2018
1 parent caf4580 commit 015a6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 015a6d4

Please sign in to comment.