]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Add a makefile.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 5 Oct 2016 02:12:25 +0000 (22:12 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 5 Oct 2016 02:12:25 +0000 (22:12 -0400)
makefile [new file with mode: 0644]

diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..ca68147
--- /dev/null
+++ b/makefile
@@ -0,0 +1,3 @@
+.PHONY: clean
+clean:
+       rm -r __pycache__