diff --git a/Makefile b/Makefile index e47e69e..2c51b3d 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,10 @@ docker: run: @echo ".:: starting server ::." @echo " bootstrap servers : $(RUN_ARGS)" - @go run serv.go -addr :9000 --bootstrap-servers $(RUN_ARGS) \ No newline at end of file + @go run serv.go -addr :9000 --bootstrap-servers $(RUN_ARGS) + +vendor: + @echo ".:: update submodule ::." + @git submodule init + @git submodule update + @dep update \ No newline at end of file