From 8bdd968f3b6a27a526c1c0d7ee019527989465f6 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sat, 4 Jul 2020 23:01:54 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a371c355..2eec3ab5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ZIP_PATH = "$(BUILD_PATH)/$(APP).zip" .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 -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 --- #