diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-07-29 19:51:37 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-19 23:59:27 +0100 |
commit | 65755b1e58076a6197289a7ee2454682f0f28851 (patch) | |
tree | c45480902843e9f7a74d51b73832e1033a36e6b8 /Makefile | |
parent | cf25e01abe7393184d149f9b4f58a4ea750e8afa (diff) |
Add some webkit examples
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ NULL := FULL_LZMA := $(wildcard full/*.lzma) +WEBKIT_LZMA := $(wildcard webkit/*.lzma) QUICK_LZMA := $(wildcard benchmark/*.lzma) -ALL_LZMA:= $(FULL_LZMA) $(QUICK_LZMA) +ALL_LZMA:= $(FULL_LZMA) $(WEBKIT_LZMA) $(QUICK_LZMA) ALL_TRACES := $(ALL_LZMA:.lzma=.trace) all: $(ALL_TRACES) |