Fixed addMachines.
[osm/N2VC.git] / Makefile
index 4d10060..eee4757 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,12 +3,13 @@ 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
 
 client:
-       $(PY) -m juju.client.facade -s juju/client/schemas-20160608.json -o juju/client/_client.py
+       $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/_client.py
 
 test:
        tox