Cleanup sdks*.json files while executing distclean 59/16759/1 6.90.0 guppy/6.90.0 guppy_6.90.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 24 Sep 2018 14:21:15 +0000 (16:21 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 24 Sep 2018 14:21:15 +0000 (16:21 +0200)
Change-Id: Id6dad6a45f5f83dbd483397a151494202c247a13
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Makefile

index 0b40731..64ba5a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ clean:
 
 .PHONY: distclean
 distclean: clean
-       (cd $(ROOT_SRCDIR) && rm -rf $(LOCAL_BINDIR) ./tools ./glide.lock ./vendor ./*.zip ./webapp/dist ./webapp/node_modules)
+       (cd $(ROOT_SRCDIR) && rm -rf $(LOCAL_BINDIR) ./tools ./glide.lock ./vendor ./*.zip ./webapp/dist ./webapp/node_modules ./scripts/sdks/agl/sdks_*.json)
 
 webapp: webapp/install
        mkdir -p $(ROOT_SRCDIR)/webapp/dist $(ROOT_SRCDIR)/webapp/dist/fonts