mirror of
https://github.com/zhigang1992/OS-X-Voodoo-PS2-Controller.git
synced 2026-04-30 21:12:32 +08:00
add OPTIONS macro expansion to makefile
This commit is contained in:
8
makefile
8
makefile
@@ -2,13 +2,13 @@
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
xcodebuild -scheme All -configuration Debug
|
||||
xcodebuild -scheme All -configuration Release
|
||||
xcodebuild -scheme All -configuration Debug $(OPTIONS)
|
||||
xcodebuild -scheme All -configuration Release $(OPTIONS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
xcodebuild -scheme All -configuration Debug clean
|
||||
xcodebuild -scheme All -configuration Release clean
|
||||
xcodebuild -scheme All -configuration Debug clean $(OPTIONS)
|
||||
xcodebuild -scheme All -configuration Release clean $(OPTIONS)
|
||||
|
||||
.PHONY: update_kernelcache
|
||||
update_kernelcache:
|
||||
|
||||
Reference in New Issue
Block a user