submodules

This commit is contained in:
Norayr Chilingarian 2020-10-22 18:53:00 +04:00
parent 4aff0f44e1
commit 0f2cf8bfb2

View file

@ -5,6 +5,8 @@ BUILDDIR = build
VIPACK = vipack
all:
git submodule init
git submodule update
mkdir -p $(BUILDDIR)
#later like this:
#cd Internet && make