]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
Add a makefile with a 'clean' target.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 26 Oct 2012 15:13:55 +0000 (11:13 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 26 Oct 2012 15:13:55 +0000 (11:13 -0400)
makefile [new file with mode: 0644]

diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..f067891
--- /dev/null
+++ b/makefile
@@ -0,0 +1,2 @@
+clean:
+       find ./ -type f -name '*.pyc' -delete