commit ed5d0a78cc20ba7e9911adecca484ebd4e4a2d5a
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Thu Jun 2 09:19:30 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Thu Jun 2 09:19:30 2016 +0200
Makefile: remove intermediary files after compiling pdf files
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/Makefile b/Makefile
index 73c1aad..e7a86e8 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -162,10 +162,12 @@ benchmark-zrand: bench/benchmark-zrand.c bench/benchmark.h libzahl.a
refsheet.pdf: doc/refsheet.tex
pdflatex doc/refsheet.tex </dev/null
pdflatex doc/refsheet.tex </dev/null
+ -_AT_printf 'refsheet.%s\n' aux log | xargs rm -- 2>/dev/null
libzahl.pdf: $(TEXSRC)
pdflatex doc/libzahl.tex </dev/null
pdflatex doc/libzahl.tex </dev/null
+ -_AT_printf 'libzahl.%s\n' aux idx log maf toc out | xargs rm -- libzahl.mtc* 2>/dev/null
check: test
./test
Received on Thu Jun 02 2016 - 09:20:48 CEST
This archive was generated by hypermail 2.3.0
: Thu Jun 02 2016 - 09:24:13 CEST