From: garciadeblas Date: Thu, 31 Aug 2017 14:37:46 +0000 (+0200) Subject: Makefile: clean egg-info and dist folders X-Git-Tag: v3.0.0rc02~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Fchanges%2F12%2F2112%2F1 Makefile: clean egg-info and dist folders Change-Id: I8cafb46735e53e71f2d08bb23bc730b2b1a6a7a5 Signed-off-by: garciadeblas --- diff --git a/Makefile b/Makefile index 3da5670..62643b0 100644 --- a/Makefile +++ b/Makefile @@ -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 $(OUT_DIR)