mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Make compilation of binary a phony target
This commit is contained in:
parent
caf4580daa
commit
015a6d4c03
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ $(DMG_NAME): $(APP_NAME)
|
||||||
install: $(DMG_NAME) ## Mount disk image
|
install: $(DMG_NAME) ## Mount disk image
|
||||||
@open $(DMG_DIR)/$(DMG_NAME)
|
@open $(DMG_DIR)/$(DMG_NAME)
|
||||||
|
|
||||||
.PHONY: app binary clean dmg install
|
.PHONY: app binary clean dmg install $(TARGET)
|
||||||
|
|
||||||
clean: ## Remove all artifacts
|
clean: ## Remove all artifacts
|
||||||
-rm -rf $(APP_DIR)
|
-rm -rf $(APP_DIR)
|
||||||
|
|
Loading…
Reference in a new issue