From deae42eb4190a0512ac7887b9c9dd3e7de1bfe0b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 5 May 2016 11:54:55 +0200 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2