From: Michael Orlitzky Date: Wed, 5 Oct 2016 02:12:25 +0000 (-0400) Subject: Add a makefile. X-Git-Tag: 0.1.0~224 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=6c7297a16a2d46d429bf598ec8803db6d5d8942d Add a makefile. --- diff --git a/makefile b/makefile new file mode 100644 index 0000000..ca68147 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +.PHONY: clean +clean: + rm -r __pycache__