TCP-Socket added
This commit is contained in:
parent
45a64a7a20
commit
897893dd7b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
||||
[submodule "caching"]
|
||||
path = caching
|
||||
url = https://git.mount-mockery.de/pylib/caching
|
||||
[submodule "tcp_socket"]
|
||||
path = tcp_socket
|
||||
url = https://git.mount-mockery.de/pylib/tcp_socket
|
||||
|
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ MODULES = $(sort \
|
||||
stringtools.csp\
|
||||
stringtools.stp\
|
||||
task\
|
||||
tcp_socket\
|
||||
)
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
|
1
tcp_socket
Submodule
1
tcp_socket
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a34195edf977fe9e2372df6beb3f915eeb8aabe4
|
Loading…
x
Reference in New Issue
Block a user