diff options
author | Camil Staps | 2015-09-13 20:58:02 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-13 20:58:02 +0200 |
commit | 76024783ecb431fa7e75590393207afbec03b8df (patch) | |
tree | 0e13ca879a2fb7bae87237f23c43e392170033d7 | |
parent | Typos; reference to mt 28:19-20 (great commission) (diff) |
Don't rm targets when cleaning
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |