aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Furman <craig.furman89@gmail.com>2018-06-26 21:35:50 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-06-26 20:35:50 +0000
commit015a6d4c03764608778d8aea80638fcc9704c2f3 (patch)
treed035ccab334759285e4067c5716ca5fee0d9aad2 /Makefile
parentcaf4580daa31c4c7249331b32826124d2b2b4143 (diff)
downloadalacritty-015a6d4c03764608778d8aea80638fcc9704c2f3.tar.gz
alacritty-015a6d4c03764608778d8aea80638fcc9704c2f3.zip
Make compilation of binary a phony target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)