From 58a14a3c01399d5c9a961bb9ea57b9319f0a3de5 Mon Sep 17 00:00:00 2001 From: Johannes Knoedtel Date: Thu, 5 Oct 2017 14:00:59 +0200 Subject: [PATCH] clean should not depend on all --- RK/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RK/Makefile b/RK/Makefile index 8ff217c..3329e97 100644 --- a/RK/Makefile +++ b/RK/Makefile @@ -2,7 +2,7 @@ all: KlausurLV_SS14_September2014.tex KlausurLV_WS1415_Maerz2015.tex continuous: $(PDF).continuous -clean: cleanup rmpdf all +clean: cleanup rmpdf rmpdf: @-rm -f *.pdf