diff --git a/makefile b/makefile index 5f4236f..d11acc6 100644 --- a/makefile +++ b/makefile @@ -5,6 +5,8 @@ BUILDDIR = build VIPACK = vipack all: + git submodule init + git submodule update mkdir -p $(BUILDDIR) #later like this: #cd Internet && make