From 0f2cf8bfb29f9cec594d65e5c1f2e40008721935 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 22 Oct 2020 18:53:00 +0400 Subject: [PATCH] submodules --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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