From 08c315d268bb1637ba1ede12b06bbaaa66f99f6d Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Wed, 27 Jul 2011 14:17:35 +0000 Subject: [PATCH] re-enable "core" build target lost in r1968 git-svn-id: http://skia.googlecode.com/svn/trunk@1970 2bbb7eff-a529-9590-31e7-b0007b416f81 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1