diff options
author | 2025-05-21 23:01:08 +0200 | |
---|---|---|
committer | 2025-05-21 23:01:08 +0200 | |
commit | 56ee373d51e6d3acf3e284a59c8f852913b82e64 (patch) | |
tree | 81c9b769d5e6cb13c2e589d3af3c6fbdce8e4c93 | |
parent | 1855ae04c490270d9b255df7a082528b1e4922cf (diff) | |
download | tris-56ee373d51e6d3acf3e284a59c8f852913b82e64.tar.gz tris-56ee373d51e6d3acf3e284a59c8f852913b82e64.zip |
Add the liblog as a submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | log | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9c11c44 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "log"] + path = log + url = https://git.alessandroiezzi.it/libs/c/log.git/ diff --git a/log b/log new file mode 160000 +Subproject ee8086f0b82e34185522f01ad8124ee010c761b |