remove clean from the "make distclean" command

distclean should only remove the final product
This commit is contained in:
Andreas Zweili 2018-12-23 10:00:43 +01:00
parent 3258e06e96
commit 13db790740
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ clean: ## Clean LaTeX and output figure files
rm -rf general/*.aux
rm -f projekthandbuch.tex
distclean: clean
distclean:
rm -f Projekthandbuch_Andreas_Zweili.pdf
pictures/%.pdf: pictures/%.svg ## Figures for the manuscript