aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-27 14:17:35 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-27 14:17:35 +0000
commit08c315d268bb1637ba1ede12b06bbaaa66f99f6d (patch)
tree348daf0a3b748393229be7acdb0f56bf195c1fe1 /Makefile
parent90751c57886406279e3aef7a57e72af35b3e77cf (diff)
re-enable "core" build target lost in r1968
git-svn-id: http://skia.googlecode.com/svn/trunk@1970 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aee6efdbfe..f5fa963b49 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
BUILDTYPE ?= Debug
CWD := $(shell pwd)
-ALL_TARGETS := SampleApp bench gm tests tools
+ALL_TARGETS := core SampleApp bench gm tests tools
# Default target. This must be listed before all other targets.
.PHONY: default