X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=Makefile.shared;h=8cdb30b1f38a5ae5895a5bb6c73e4a8f93b3133c;hp=718439a0ac3eb2de9c625a65fe7068c18a06e658;hb=407bf0f8f3539eb69bebcdf585ca5e5131b87671;hpb=fab2077af3debd4c3080ce6a99097223584130b0 diff --git a/Makefile.shared b/Makefile.shared index 718439a0ac3e..8cdb30b1f38a 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -5,12 +5,12 @@ all: xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) debug d development dev develop: - ../WebKitTools/Scripts/set-webkit-configuration --development - xcodebuild $(OTHER_OPTIONS) -configuration Development $(XCODE_OPTIONS_NO_CONFIG) + ../WebKitTools/Scripts/set-webkit-configuration --debug + xcodebuild $(OTHER_OPTIONS) -configuration Debug $(XCODE_OPTIONS_NO_CONFIG) release r deployment dep deploy: - ../WebKitTools/Scripts/set-webkit-configuration --deployment - xcodebuild $(OTHER_OPTIONS) -configuration Deployment $(XCODE_OPTIONS_NO_CONFIG) + ../WebKitTools/Scripts/set-webkit-configuration --release + xcodebuild $(OTHER_OPTIONS) -configuration Release $(XCODE_OPTIONS_NO_CONFIG) clean: xcodebuild -alltargets clean $(XCODE_OPTIONS)