X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=8dec00756a74417884bf19ab4d8e85e51407f6a3;hb=refs%2Fheads%2Fsandbox%2Fbenierc%2Fxds-server-update-pkg;hp=0b4073153caf620b54c2452453a43fd697bb7949;hpb=7ec4cfb73ca8ead1c816e3c7845211ddfb548a12;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 0b40731..8dec007 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 @@ -158,7 +158,7 @@ webapp/install: .PHONY: scripts scripts: - @mkdir -p $(LOCAL_BINDIR) && cp -rf scripts/xds-utils scripts/sdks $(LOCAL_BINDIR) + @mkdir -p $(LOCAL_BINDIR) && cp -rf scripts/xds-utils scripts/sdks scripts/package-update $(LOCAL_BINDIR) .PHONY: conffile conffile: