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/?a=commitdiff_plain;h=6c7297a16a2d46d429bf598ec8803db6d5d8942d;hp=45cb81de5baf2765494a11aa87d4d8d5bfcb7fb8;p=dunshire.git 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__