X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=396956cd0c3770106e456445f1e617630768e1b8;hp=3da5670dbf47d63e82e8f3fa4369ff7999039100;hb=295e5d3214228ae4f8055a248d51e6ca8e0b63cb;hpb=285ed3e55a90c96e29454bb339ec3bcff7fd27d1 diff --git a/Makefile b/Makefile index 3da5670..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 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)