add a distclean function to the Makefile

This commit is contained in:
Andreas Zweili 2018-07-23 22:35:01 +02:00
parent 3d4c0c71a2
commit 583d4bfb45
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,10 @@ clean: ## Clean LaTeX and output figure files
rm -rf auto/
rm -rf general/auto/
rm -rf general/style.aux
rm -f projektantrag.tex
distclean: clean
rm -f projektantrag_main.pdf
pictures/%.pdf: pictures/%.svg ## Figures for the manuscript
inkscape -C -z --file=$< --export-pdf=$@

View File

@ -38,6 +38,10 @@ clean: ## Clean LaTeX and output figure files
rm -rf auto/
rm -rf general/auto/
rm -rf general/style.aux
rm -f projekthandbuch.tex
distclean: clean
rm -f projekthandbuch_main.pdf
pictures/%.pdf: pictures/%.svg ## Figures for the manuscript
inkscape -C -z --file=$< --export-pdf=$@