diff --git a/Makefile b/Makefile index e1e11fd..d4705f9 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ JP_VERSION="" all: build test build: + git submodule update --init --checkout --recursive --force go build ./... test: