From: Sam Moore Date: Thu, 20 Mar 2014 05:16:34 +0000 (+0800) Subject: Only delete target pdf's in Makefile X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=commitdiff_plain;h=3a6ce083c9f20a4cf44ec9ccfe4a742881f45301;ds=sidebyside 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. --- 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)