X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=69384acd0e7d36f443ef3d956ad33d9029a30470;hb=1a3cee44420e79fda92943edf636eaddb393145e;hp=ec716ecc203a6c75e95f2e44e773570fb6522626;hpb=ac5b9fc0eaf87c5126949307352d1d56781ef3ef;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