git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a85e03d25bb7fac83a6422da4ae92747f21a5b10
[WebKit-https.git]
/
WebKitLibraries
/
Makefile
1
SCRIPTS_PATH = ../Tools/Scripts
2
3
libs:
4
perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi --llvm
5
6
all: libs
7
8
debug d:
9
$(SCRIPTS_PATH)/set-webkit-configuration --debug
10
@$(MAKE) libs
11
12
release r:
13
$(SCRIPTS_PATH)/set-webkit-configuration --release
14
@$(MAKE) libs
15