commit | ee0eb012c559506d35778af5cde3bb06b2ebc966 | [log] [tgz] |
---|---|---|
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 23 17:13:30 2009 +0000 |
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 23 17:13:30 2009 +0000 |
tree | f12c4f532c8f23edf389f73d212ccecc6d472284 | |
parent | 048522dd2aa45d1b4bf52944527f877b30ea45fd [diff] [blame] |
add new make target "all", to build all known targets git-svn-id: http://skia.googlecode.com/svn/trunk@237 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/Makefile b/Makefile index cce996a..4decd28 100644 --- a/Makefile +++ b/Makefile
@@ -144,6 +144,9 @@ ############################################################################## +.PHONY: all +all: $ bench gm skimage tests + .PHONY: clean clean: $(HIDE)rm -rf out