BugFix: Update and added caching to module list

This commit is contained in:
Dirk Alders 2021-01-08 02:44:17 +01:00
parent 897893dd7b
commit 2dfb3fc27f

View File

@ -7,6 +7,7 @@ SPHINXBUILD = sphinx-build
SOURCEDIR = .
BUILDDIR = _build
MODULES = $(sort \
caching\
socket_protocol\
state_machine\
stringtools\
@ -55,6 +56,7 @@ index.rst: Makefile
update:
git pull
git submodule init
git submodule update
git submodule foreach git checkout master
git submodule foreach git pull