updated make file
Browse files
Makefile
CHANGED
@@ -25,6 +25,7 @@ clean-pyc:
|
|
25 |
find . -name '*.pyo' -exec rm -f {} +
|
26 |
find . -name '*~' -exec rm -f {} +
|
27 |
find . -name '__pycache__' -exec rm -fr {} +
|
|
|
28 |
|
29 |
install: clean
|
30 |
python setup.py install
|
|
|
25 |
find . -name '*.pyo' -exec rm -f {} +
|
26 |
find . -name '*~' -exec rm -f {} +
|
27 |
find . -name '__pycache__' -exec rm -fr {} +
|
28 |
+
find . -name '.pytest_cache' -exec rm -fr {} +
|
29 |
|
30 |
install: clean
|
31 |
python setup.py install
|