Browse Source

TCP-Socket added

master
Dirk Alders 4 years ago
parent
commit
897893dd7b
3 changed files with 5 additions and 0 deletions
  1. 3
    0
      .gitmodules
  2. 1
    0
      Makefile
  3. 1
    0
      tcp_socket

+ 3
- 0
.gitmodules View File

16
 [submodule "caching"]
16
 [submodule "caching"]
17
 	path = caching
17
 	path = caching
18
 	url = https://git.mount-mockery.de/pylib/caching
18
 	url = https://git.mount-mockery.de/pylib/caching
19
+[submodule "tcp_socket"]
20
+	path = tcp_socket
21
+	url = https://git.mount-mockery.de/pylib/tcp_socket

+ 1
- 0
Makefile View File

13
     stringtools.csp\
13
     stringtools.csp\
14
     stringtools.stp\
14
     stringtools.stp\
15
     task\
15
     task\
16
+    tcp_socket\
16
 )
17
 )
17
 
18
 
18
 # Put it first so that "make" without argument is like "make help".
19
 # Put it first so that "make" without argument is like "make help".

+ 1
- 0
tcp_socket

1
+Subproject commit a34195edf977fe9e2372df6beb3f915eeb8aabe4

Loading…
Cancel
Save