Add requirements for repeatable install
[diaspy.git] / Makefile
index 40cdd456f10a025d04110c77e5ac2e139427280a..e30d53c8e00800e81f7999fa4d3118a3c66f32cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,11 @@ 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 diaspy/__pycache__/
-       rm -rv diaspy/*.pyc
-       rm -rv ./__pycache__/
-       rm -rv *.pyc
+       rm -v ./{diaspy/,}*.pyc
+       rm -rv ./{diaspy/,}__pycache__/
 
 install:
        python setup.py install