From de46c5c18c88d8777d44480fee3194bd2008e3ff Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Apr 2015 18:05:23 +0200 Subject: [PATCH] Fix 'clean' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4144978..bfe3825 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VL2: clean: $(MAKE) -C VL1 clean $(MAKE) -C VL2 clean - $(RM) VL1.pdf VL2.pdf VL1/VL1_handout.pdf VL2/VL2_handout.pdf + $(RM) VL1.pdf VL2.pdf VL1_handout.pdf VL2_handout.pdf .PHONY: all clean VL1 VL2