Reverted cloudcred example back to original syntax and Added 2 lines in the example.
[osm/N2VC.git] / Makefile
index 0521ac1..eee4757 100644 (file)
--- 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