commit dcc9ee99f8af4ef79f68f2b7086c212d7d03b5d6 parent 86cbb50375aa5d382275f1130c9d429e28132d1d Author: finwo <finwo@pm.me> Date: Wed, 11 Sep 2019 20:11:58 +0200 Using submodule libc now Diffstat:
| M | .gitmodules | | | 3 | +++ |
| A | lib/libc | | | 1 | + |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/supercop"] path = lib/supercop url = git://git.finwo.net/supercop-c +[submodule "lib/libc"] + path = lib/libc + url = git://git.finwo.net/libc diff --git a/lib/libc b/lib/libc @@ -0,0 +1 @@ +Subproject commit d5b7f38b40dfa58c5684f00ef5ec75f855cc64c0