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
 SOURCEDIR     = .
7
 SOURCEDIR     = .
8
 BUILDDIR      = _build
8
 BUILDDIR      = _build
9
 MODULES       = $(sort \
9
 MODULES       = $(sort \
10
+    caching\
10
     socket_protocol\
11
     socket_protocol\
11
     state_machine\
12
     state_machine\
12
     stringtools\
13
     stringtools\
55
 update:
56
 update:
56
 	git pull
57
 	git pull
57
 	git submodule init
58
 	git submodule init
59
+	git submodule update
58
 	git submodule foreach git checkout master
60
 	git submodule foreach git checkout master
59
 	git submodule foreach git pull
61
 	git submodule foreach git pull
60
 
62
 

Loading…
Cancel
Save