From 95293a7ee22cfff9c49a19bd7ae205529d812fa9 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 24 Sep 2018 16:21:15 +0200 Subject: [PATCH] Cleanup sdks*.json files while executing distclean Change-Id: Id6dad6a45f5f83dbd483397a151494202c247a13 Signed-off-by: Sebastien Douheret --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6