Feature/api version support (#109)
[osm/N2VC.git] / Makefile
index ec716ec..69384ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,7 @@ client:
 ifndef SCHEMAGEN
        $(error "schemagen is not available, please install from https://github.com/juju/schemagen")
 endif
-       schemagen > juju/client/schemas.json
-       $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/_client.py
+       $(PY) -m juju.client.facade -s "juju/client/schemas*" -o juju/client/
 
 test:
        tox