nficano commited on
Commit
57cef44
·
1 Parent(s): aea8cbe

updated make file

Browse files
Files changed (1) hide show
  1. Makefile +1 -0
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