aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-23 19:24:28 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-23 19:24:28 +0000
commit02362945f785af838c66ca0d3e2a1d8ed6a0f1bb (patch)
treec05255c1d23bc8a50c41b9766fc2766423361b8f /Makefile
parent8871a84935d3606aad2bb490f2704c388fcfed90 (diff)
Add "tools" to "make all"
git-svn-id: http://skia.googlecode.com/svn/trunk@1688 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 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: