From 3a6ce083c9f20a4cf44ec9ccfe4a742881f45301 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Thu, 20 Mar 2014 13:16:34 +0800 Subject: [PATCH] Only delete target pdf's in Makefile In theory we put things that we can't make ourselves in the references folder But it still seems unwise to just go and delete every single pdf. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91d89bf..ac80c36 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ clean : rm -f *.toc clean_full : clean - rm -f *.pdf + rm -f $(TARGETS) -- 2.20.1