From 2c4bb8e40512725876f3d86e4887b2dc231371ff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 25 Feb 2026 19:55:12 +0100 Subject: Clean up makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94ba2d7..0811029 100644 --- a/Makefile +++ b/Makefile @@ -164,12 +164,12 @@ benchmark-zrand: bench/benchmark-zrand.c bench/util.c bench/util.h libzahl.a refsheet.pdf: doc/refsheet.tex pdflatex doc/refsheet.tex /dev/null + -@printf 'refsheet.%s\n' aux log | xargs rm -f -- libzahl.pdf: $(TEXSRC) pdflatex doc/libzahl.tex /dev/null + -@printf 'libzahl.%s\n' aux idx log maf toc out | xargs rm -f -- libzahl.mtc* check: test ./test @@ -201,10 +201,10 @@ uninstall: -rmdir -- "$(DESTDIR)$(DOCPREFIX)/libzahl" clean: - -rm -f -- *.o *.su *.a *.so test test-random.c 2>/dev/null - -rm -f -- benchmark benchmark-zrand benchmark-func 2>/dev/null - -rm -f -- *.aux *.log *.out *.idx *.maf *.mtc* *.toc 2>/dev/null - -rm -f -- refsheet.pdf refsheet.dvi refsheet.ps 2>/dev/null - -rm -f -- libzahl.pdf libzahl.dvi libzahl.ps 2>/dev/null + -rm -f -- *.o *.su *.a *.so test test-random.c + -rm -f -- benchmark benchmark-zrand benchmark-func + -rm -f -- *.aux *.log *.out *.idx *.maf *.mtc* *.toc + -rm -f -- refsheet.pdf refsheet.dvi refsheet.ps + -rm -f -- libzahl.pdf libzahl.dvi libzahl.ps -.PHONY: all check clean install uninstall +.PHONY: all check install uninstall clean -- cgit v1.2.3-70-g09d2