aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c03b9e..15a41e9 100644
--- 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