From: Michael Orlitzky Date: Fri, 26 Oct 2012 15:13:55 +0000 (-0400) Subject: Add a makefile with a 'clean' target. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d81bf7e3bad357561577002787819f4821d7e991;hp=c30ef331a9a1074edf55b38c021e8d09f23d3350;p=sage.d.git Add a makefile with a 'clean' target. --- diff --git a/makefile b/makefile new file mode 100644 index 0000000..f067891 --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +clean: + find ./ -type f -name '*.pyc' -delete