From 6c7297a16a2d46d429bf598ec8803db6d5d8942d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 4 Oct 2016 22:12:25 -0400 Subject: [PATCH] Add a makefile. --- makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 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__ -- 2.43.2