(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 8 May 2016 17:00:09 +0200 (CEST)

commit 161fc837b628617e60f4fe647c73ca63f87222ce
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun May 8 17:00:03 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun May 8 17:00:03 2016 +0200

    Improve makefile
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/Makefile b/Makefile
index 6c03b9e..15a41e9 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -147,8 +147,8 @@ benchmark-zrand: bench/benchmark-zrand.c bench/benchmark.h libzahl.a
         $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $_AT_ 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
Received on Sun May 08 2016 - 17:00:09 CEST

This archive was generated by hypermail 2.3.0 : Sun May 08 2016 - 17:12:12 CEST