Browse Source

BugFix: Update and added caching to module list

master
Dirk Alders 4 years ago
parent
commit
2dfb3fc27f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile

+ 2
- 0
Makefile View File

@@ -7,6 +7,7 @@ SPHINXBUILD   = sphinx-build
7 7
 SOURCEDIR     = .
8 8
 BUILDDIR      = _build
9 9
 MODULES       = $(sort \
10
+    caching\
10 11
     socket_protocol\
11 12
     state_machine\
12 13
     stringtools\
@@ -55,6 +56,7 @@ index.rst: Makefile
55 56
 update:
56 57
 	git pull
57 58
 	git submodule init
59
+	git submodule update
58 60
 	git submodule foreach git checkout master
59 61
 	git submodule foreach git pull
60 62
 

Loading…
Cancel
Save