You can fetch tag suggestions using diaspy
[diaspy.git] / Makefile
index 40cdd456f10a025d04110c77e5ac2e139427280a..1d37e63fd3c0bf6211b217c3ad19362c9e1fb57a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,7 @@ test-python2:
        python2 -m unittest --verbose --catch --failfast tests.py
 
 clean:
-       rm -rv diaspy/__pycache__/
-       rm -rv diaspy/*.pyc
-       rm -rv ./__pycache__/
-       rm -rv *.pyc
+       rm -rv ./{diaspy/,}__pycache__/
 
 install:
        python setup.py install