[pypy-commit] extradoc extradoc: make clean rule

bivab noreply at buildbot.pypy.org
Mon Jul 30 15:57:25 CEST 2012


Author: David Schneider <david.schneider at 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


More information about the pypy-commit mailing list