From 02362945f785af838c66ca0d3e2a1d8ed6a0f1bb Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Thu, 23 Jun 2011 19:24:28 +0000 Subject: [PATCH] Add "tools" to "make all" git-svn-id: http://skia.googlecode.com/svn/trunk@1688 2bbb7eff-a529-9590-31e7-b0007b416f81 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f298df87c4..037836a93c 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ endif default: all .PHONY: all -all: SampleApp bench gm tests +all: SampleApp bench gm tests tools .PHONY: clean clean: -- 2.34.1