Update Makefile

This commit is contained in:
Serhiy Mytrovtsiy
2020-07-04 23:01:54 +02:00
committed by GitHub
parent 457f370fc0
commit 8bdd968f3b

View File

@@ -8,7 +8,7 @@ ZIP_PATH = "$(BUILD_PATH)/$(APP).zip"
.SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history .SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history
.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history .PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history
build: clean archive notarize sign prepare-dmg prepare-dSYM open build: clean next-version archive notarize sign prepare-dmg prepare-dSYM open
# --- MAIN WORLFLOW FUNCTIONS --- # # --- MAIN WORLFLOW FUNCTIONS --- #