Author: Simon Cross <[email protected]>
Branch: extradoc
Changeset: r4125:0e0e77f4e718
Date: 2012-03-06 20:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/0e0e77f4e718/
Log: Add clean target.
diff --git a/talk/pycon2012/tutorial/Makefile b/talk/pycon2012/tutorial/Makefile
--- a/talk/pycon2012/tutorial/Makefile
+++ b/talk/pycon2012/tutorial/Makefile
@@ -8,3 +8,6 @@
view: slides.pdf
evince slides.pdf &
+
+clean:
+ rm -f slides.pdf slides.latex
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit