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/?p=sage.d.git;a=commitdiff_plain;h=d81bf7e3bad357561577002787819f4821d7e991 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