X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FMakefile.shared;h=0f8c148dbc0cf5ba46b7e8ca9644613f203e878b;hp=12fda5331c993247692e02bff61003c0b7e44d0e;hb=e4852807089ef872f320e5a87d24343c94ec2284;hpb=53d405b0d557156a92d54c3bc451ecd8cdeb20b0 diff --git a/WebKitTools/Makefile.shared b/WebKitTools/Makefile.shared index 12fda5331c99..0f8c148dbc0c 100644 --- a/WebKitTools/Makefile.shared +++ b/WebKitTools/Makefile.shared @@ -11,6 +11,9 @@ release r deployment dep deploy: force ../Scripts/set-webkit-configuration --release xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) +universal u: force + xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=ppc i386' + clean: xcodebuild -alltargets clean $(XCODE_OPTIONS)