summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-13 20:57:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-13 20:57:55 +0100
commit05a4cc4f0b359ac8c546742eb1d3c293347566e6 (patch)
tree88ae4b303130ff79f341c0bdf00eaab107f5ff41
parentd27e4146e89cc2b0d0f2e6672be9017e724a7c28 (diff)
Makefile: add target to build benchmarks only
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6219466..cf48adc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ ALL_LZMA:= $(FULL_LZMA) $(QUICK_LZMA)
ALL_TRACES := $(ALL_LZMA:.lzma=.trace)
all: $(ALL_TRACES)
+benchmarks: $(QUICK_LZMA:.lzma=.trace)
%.trace: %.lzma csi-bind
lzma -cd $< | ./csi-bind > $@