Fix a typo
[diaspy.git] / Makefile
index 34c92e12ae15637d5eb390161ef062b1ea2f700e..e30d53c8e00800e81f7999fa4d3118a3c66f32cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,13 @@ test:
        python3 -m unittest --verbose --catch --failfast tests.py
 
 test-python2:
-       python2 -m unittest --verbose --catch --failfast tests.py
+       python2 -m unittest --verbose --catch --failfast tests
 
 clean:
-       rm -rv {*/,}__pycache__/
-       rm -rv {*/,}*.pyc
+       rm -v ./{diaspy/,}*.pyc
+       rm -rv ./{diaspy/,}__pycache__/
+
+install:
+       python setup.py install
+       rm -rvf dist/
+       rm -rvf diaspy.egg-info