Makefile // Add test shortcuts.

This commit is contained in:
ShikiSuen 2022-07-01 15:23:10 +08:00
parent c162579c95
commit 57f791b147
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
+.PHONY: all
+.PHONY: all test
all: release
install: install-release
@ -17,6 +17,9 @@ release:
debug:
xcodebuild -project vChewing.xcodeproj -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) build
test:
xcodebuild -project vChewing.xcodeproj -scheme vChewing -configuration Debug test
DSTROOT = /Library/Input Methods
VC_APP_ROOT = $(DSTROOT)/vChewing.app