X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=802aede583d22d42fae41acf2a4cf0ba8079328e;hb=7c7d90a781082c6bd22d12a5e2451ca61a5198af;hp=18638c60a1771f1963e596024a8a59fe676fc132;hpb=d96e5b59d352f1c9eaf73a13d5c4bc25c6a4ebc4;p=src%2Fxds%2Fxds-agent.git diff --git a/Makefile b/Makefile index 18638c6..802aede 100644 --- a/Makefile +++ b/Makefile @@ -100,10 +100,10 @@ distclean: clean cd $(ROOT_SRCDIR) && rm -rf $(LOCAL_BINDIR) ./tools ./glide.lock ./vendor ./*.zip ./webapp/node_modules ./webapp/dist webapp: webapp/install - (cd webapp && gulp build) + (cd webapp && npm run build) webapp/debug: - (cd webapp && gulp watch &) + (cd webapp && npm run watch) webapp/install: (cd webapp && npm install) @@ -140,7 +140,8 @@ vendor: tools/glide glide.yaml vendor/debug: vendor (cd vendor/github.com/iotbzh && \ - rm -rf xds-common && ln -s ../../../../xds-common ) + rm -rf xds-common && ln -s ../../../../xds-common && \ + rm -rf xds-server && ln -s ../../../../xds-server ) .PHONY: tools/glide tools/glide: