feat: include SMC in the Stats

feat: add SMC command to the Makefile
This commit is contained in:
Serhiy Mytrovtsiy
2021-06-01 19:00:55 +02:00
parent a21f45ab10
commit 69ba4190a6
5 changed files with 22 additions and 80 deletions

View File

@@ -5,8 +5,8 @@ BUILD_PATH = $(PWD)/build
APP_PATH = "$(BUILD_PATH)/$(APP).app"
ZIP_PATH = "$(BUILD_PATH)/$(APP).zip"
.SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history disk
.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history open
.SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history disk smc
.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history open smc
build: clean next-version archive notarize sign prepare-dmg prepare-dSYM open
@@ -126,3 +126,7 @@ open:
osascript -e 'display notification "Stats signed and ready for distribution" with title "Build the Stats"'
echo "Opening working folder..."
open $(PWD)
smc:
$(MAKE) --directory=./smc
open $(PWD)/smc