add OPTIONS macro expansion to makefile

This commit is contained in:
RehabMan
2013-03-05 16:40:10 +00:00
parent a6cc4ffc7e
commit 2aea6b71ad

View File

@@ -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: