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