Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-22 21:41:56 (GMT)
committer Philip Withnall <philip@tecnocode.co.uk>2013-08-22 21:41:56 (GMT)
commit815a03051415a8b7ada6ff2e2ee6209ce1e3f2cd (patch)
tree7560e7bf630cb2d9d244ae7143dd372f4e78af2d
parentb8fa4f76c70fb2ed5ab69b29547b4091c6cba971 (diff)
Fix cleaning up PDFs with `make clean`
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4223294..becd6c5 100644
--- a/Makefile
+++ b/Makefile
@@ -48,5 +48,6 @@ clean:
rm -f $(PDFS:.pdf=.snm)
rm -f $(PDFS:.pdf=.toc)
rm -f $(PDFS:.pdf=.vrb)
+ rm -f $(PDFS)
.PHONY: all clean check