From: Sebastien Douheret Date: Mon, 24 Sep 2018 14:21:15 +0000 (+0200) Subject: Cleanup sdks*.json files while executing distclean X-Git-Tag: guppy/6.90.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=95293a7ee22cfff9c49a19bd7ae205529d812fa9 Cleanup sdks*.json files while executing distclean Change-Id: Id6dad6a45f5f83dbd483397a151494202c247a13 Signed-off-by: Sebastien Douheret --- 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