| commit | 2ff8010a7e2320c7a604d08a3c2981bc1660d533 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Aug 31 16:37:46 2017 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Aug 31 16:37:46 2017 +0200 |
| tree | 5e4ad0489a23399d2b353a99900dc388b3c96835 | |
| parent | 825b76da2d51e30cc0fc79443dd60be4b0555c13 [diff] [blame] |
Makefile: clean egg-info and dist folders Change-Id: I8cafb46735e53e71f2d08bb23bc730b2b1a6a7a5 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Makefile b/Makefile index 3da5670..62643b0 100644 --- a/Makefile +++ b/Makefile
@@ -60,4 +60,4 @@ 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)