mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: include SMC in the Stats
feat: add SMC command to the Makefile
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user