commit 161fc837b628617e60f4fe647c73ca63f87222ce
parent 74ea3e6334d149e278e128b84c64edc7d543d34e
Author: Mattias Andrée <maandree@kth.se>
Date: Sun, 8 May 2016 17:00:03 +0200
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -147,8 +147,8 @@ benchmark-zrand: bench/benchmark-zrand.c bench/benchmark.h libzahl.a
$(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark-zrand.c libzahl.a
refsheet.pdf: doc/refsheet.tex
- yes X | pdflatex doc/refsheet.tex
- yes X | pdflatex doc/refsheet.tex
+ pdflatex doc/refsheet.tex </dev/null
+ pdflatex doc/refsheet.tex </dev/null
check: test
./test