From 13db790740db1791e3780b6ea72c93545cab8bae Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 23 Dec 2018 10:00:43 +0100 Subject: [PATCH] remove clean from the "make distclean" command distclean should only remove the final product --- projekthandbuch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projekthandbuch/Makefile b/projekthandbuch/Makefile index f99a688..425f705 100644 --- a/projekthandbuch/Makefile +++ b/projekthandbuch/Makefile @@ -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