Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: Makefile

Issue 16099014: enable shared lib support in linux for lua (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: change lua extension lib build to be seperate target Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/common.gypi » ('j') | gyp/images.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index d8b02054222111a3f90b0b3f3e52362b710df2a9..d6caf7d67c10a3bdb1a4fa4ba205a80c0b4f8127 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,8 @@ VALID_TARGETS := \
skia_lib \
tests \
tools \
- skpdiff
+ skpdiff \
+ sklua
# Default target. This must be listed before all other targets.
.PHONY: default
« no previous file with comments | « no previous file | gyp/common.gypi » ('j') | gyp/images.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698