From 76024783ecb431fa7e75590393207afbec03b8df Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 13 Sep 2015 20:58:02 +0200 Subject: Don't rm targets when cleaning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83fcac9..825a7d8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: $(TARGET) pdflatex $< clean: - rm -f *.aux *.glo *.idx *fdb_latexmk *.fls *.log *.toc *.ist *.acn *.acr *.alg *.bbl *.blg *.dvi *.glg *.gls *.ilg *.ind *.lof *.lot *.maf *.mtc *.mtcl *.out *.syntex.gz $(TARGET) + rm -f *.aux *.glo *.idx *fdb_latexmk *.fls *.log *.toc *.ist *.acn *.acr *.alg *.bbl *.blg *.dvi *.glg *.gls *.ilg *.ind *.lof *.lot *.maf *.mtc *.mtcl *.out *.syntex.gz .PHONY: clean -- cgit v1.2.3