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 = . SOURCEDIR = .
BUILDDIR = _build BUILDDIR = _build
MODULES = $(sort \ MODULES = $(sort \
caching\
socket_protocol\ socket_protocol\
state_machine\ state_machine\
stringtools\ stringtools\
@ -55,6 +56,7 @@ index.rst: Makefile
update: update:
git pull git pull
git submodule init git submodule init
git submodule update
git submodule foreach git checkout master git submodule foreach git checkout master
git submodule foreach git pull git submodule foreach git pull