aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-05 11:54:55 +0200
committerMattias Andrée <maandree@kth.se>2016-05-05 11:54:55 +0200
commitdeae42eb4190a0512ac7887b9c9dd3e7de1bfe0b (patch)
treedb414a647fd2769022e35ddb1721ec2f428b75bc
parentOptimise zadd on x86-64 (diff)
downloadlibzahl-deae42eb4190a0512ac7887b9c9dd3e7de1bfe0b.tar.gz
libzahl-deae42eb4190a0512ac7887b9c9dd3e7de1bfe0b.tar.bz2
libzahl-deae42eb4190a0512ac7887b9c9dd3e7de1bfe0b.tar.xz
Fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b0d9de..19b01b4 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ benchmark-func: bench/benchmark-func.c bench/benchmark.h $(BENCHMARK_DEP_$(BENCH
$(BENCHMARK_LIB_$(BENCHMARK_LIB)) $(BENCHMARK_C_$(BENCHMARK_LIB))
benchmark-zrand: bench/benchmark-zrand.c bench/benchmark.h libzahl.a
- $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $^
+ $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark-zrand.c libzahl.a
refsheet.pdf: doc/refsheet.tex
yes X | pdflatex doc/refsheet.tex