From fcb072bbd9cb0cfa6d3a030f01139c58c6cad5bb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Jan 2017 22:51:56 +0530 Subject: [PATCH] Add Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..2ed18b130 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + python3 setup.py