X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitLibraries%2FMakefile;h=c29aadfc01e4b7c8f227f1c394892360f467a8d1;hp=ed0ffba697a301c4915a681f0e2558b7c6900ed1;hb=1c184651d523d41a8034e70e22da8d0043d35392;hpb=ec79ac5d318a4eefa592350ec0d044013fea550d diff --git a/WebKitLibraries/Makefile b/WebKitLibraries/Makefile index ed0ffba697a3..c29aadfc01e4 100644 --- a/WebKitLibraries/Makefile +++ b/WebKitLibraries/Makefile @@ -3,9 +3,13 @@ SCRIPTS_PATH = ../Tools/Scripts ifeq ($(shell sw_vers -productVersion | cut -d. -f-2), 10.10) libs: @true +cleanlibs: + @true else libs: - perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi --llvm + perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi +cleanlibs: + perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --clean endif all: libs @@ -19,5 +23,8 @@ release r: @$(MAKE) libs analyze: - $(SCRIPTS_PATH)/set-webkit-configuration --release - @$(MAKE) libs \ No newline at end of file + $(SCRIPTS_PATH)/set-webkit-configuration --debug + @$(MAKE) libs + +clean: + @$(MAKE) cleanlibs