diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..9dccd129 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: all test clean + +test: + python -m unittest -f + +install: + pip3 install -r Requirements.txt + python3 setup.py develop \ No newline at end of file