re-enable "core" build target lost in r1968
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Jul 2011 14:17:35 +0000 (14:17 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Jul 2011 14:17:35 +0000 (14:17 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1970 2bbb7eff-a529-9590-31e7-b0007b416f81

Makefile

index aee6efdbfe59f4bf756cc291efad235be7ba7b34..f5fa963b4902c799d50fae9390f87eeb33a37edc 100644 (file)
--- 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