Only delete target pdf's in Makefile
authorSam Moore <[email protected]>
Thu, 20 Mar 2014 05:16:34 +0000 (13:16 +0800)
committerSam Moore <[email protected]>
Thu, 20 Mar 2014 05:16:34 +0000 (13:16 +0800)
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

index 91d89bf..ac80c36 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,5 +24,5 @@ clean :
        rm -f *.toc
 
 clean_full : clean
-       rm -f *.pdf
+       rm -f $(TARGETS)
 

UCC git Repository :: git.ucc.asn.au