Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4395:13f2713e317d
Date: 2012-07-30 15:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/13f2713e317d/

Log:    make clean rule

diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Makefile
@@ -37,3 +37,7 @@
 logs::
        tool/run_benchmarks.sh
 
+clean:
+       rm -f *.aux *.bbl *.blg *.log *.tdo
+       rm -f *.pdf
+       rm -f figures/*table.tex figures/*table.aux
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to