aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-09-24 16:21:15 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-09-24 16:21:15 +0200
commit95293a7ee22cfff9c49a19bd7ae205529d812fa9 (patch)
tree6abcda5be1323d9e777cf7ff1c1e07c773a861f8
parentd5d6193e60f046c7ff5a204689afc9781e2d37a9 (diff)
Cleanup sdks*.json files while executing distcleanguppy_6.90.0guppy/6.90.06.90.0
Change-Id: Id6dad6a45f5f83dbd483397a151494202c247a13 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b40731..64ba5a3 100644
--- 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