X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=69384acd0e7d36f443ef3d956ad33d9029a30470;hb=refs%2Ftags%2F0.4.0;hp=ec716ecc203a6c75e95f2e44e773570fb6522626;hpb=95c05eaf1dcffffe16a86c80d98dcd19f4aeed45;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index ec716ec..69384ac 100644 --- 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