From fab127b6710c885bf91bb4add0280fe6a518b5ff Mon Sep 17 00:00:00 2001 From: Fabian Sinz Date: Fri, 31 Oct 2014 14:08:18 +0100 Subject: [PATCH] make clean in template fixed --- projects/project_template/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_template/Makefile b/projects/project_template/Makefile index 585d602..dad25ce 100644 --- a/projects/project_template/Makefile +++ b/projects/project_template/Makefile @@ -3,7 +3,7 @@ latex: pdflatex *.tex > /dev/null clean: - rm -f *.log *.aux *.zip *.out auto + rm -rf *.log *.aux *.zip *.out auto rm -f `basename *.tex .tex`.pdf zip: latex