libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit deae42eb4190a0512ac7887b9c9dd3e7de1bfe0b
parent 93bf9e5b4bf63708c732f5bf07619d2e59c81ec4
Author: Mattias Andrée <maandree@kth.se>
Date:   Thu,  5 May 2016 11:54:55 +0200

Fix makefile

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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