X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=396956cd0c3770106e456445f1e617630768e1b8;hp=62643b02ab6daf9a907ea900381f6f4daf31c2a8;hb=d1ca2bd8998bec1dc2d676ea7d65c91f70e3c734;hpb=2ff8010a7e2320c7a604d08a3c2981bc1660d533 diff --git a/Makefile b/Makefile index 62643b0..396956c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ Q?=@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind $(PYTHON_JSONSCHEMAS) +all: $(PYTHON_MODELS) pyangbind $(MAKE) package $(OUT_DIR): @@ -60,4 +60,4 @@ pyang-json-schema-plugin: git clone https://github.com/cmoberg/pyang-json-schema-plugin clean: - $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyangbind $(OUT_DIR) + $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyangbind pyang-json-schema-plugin $(OUT_DIR)