diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-04-30 02:28:20 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-04-30 02:28:20 -0700 |
commit | 2bd219830969c555358301dd7d978f6885477a9d (patch) | |
tree | 41fbd98f729970cf9d05bbf1abb992c22487ae5c /.gitmodules |
libthunk: add libthunk submodule
Going to try use libthunk for normalizing the fiber functions
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44e7beb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libthunk"] + path = libthunk + url = git://git.pengaru.com/libthunk |