X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=eee47577ae34509e838b098751194a46f9ea6b50;hb=a8b2f06681b3cc5e76eef00a73eedc425f74af2b;hp=0521ac1a132bb00e006588c5ef375143e2ae6511;hpb=173b900fcd95b2436af55df2618302146f4a2f40;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index 0521ac1..eee4757 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ PY := .tox/py35/bin/python3.5 clean: find . -name __pycache__ -type d -exec rm -r {} + find . -name *.pyc -delete + rm -rf .tox .tox: tox -r --notest