blob: 2fd9e7ff4277ba0933a6a83cd03741065567b97b [file] [log] [blame]
XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'`
all:
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
debug d development dev develop: force
../WebKitTools/Scripts/set-webkit-configuration --debug
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
release r deployment dep deploy: force
../WebKitTools/Scripts/set-webkit-configuration --release
xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
clean:
xcodebuild -alltargets clean $(XCODE_OPTIONS)
force: ;