Add requirements for repeatable install
[diaspy.git] / Makefile
index 6cc7606dc8d4c103388ac342dd8ee88d76ab2132..e30d53c8e00800e81f7999fa4d3118a3c66f32cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ test-python2:
        python2 -m unittest --verbose --catch --failfast tests
 
 clean:
+       rm -v ./{diaspy/,}*.pyc
        rm -rv ./{diaspy/,}__pycache__/
 
 install: