diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 17:54:49 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-06-07 17:54:49 -0400 |
commit | bffecbd36e2995c469bf494c573901c7ba55057e (patch) | |
tree | aed87533fe565ca971795ca19bef77ba7b518b08 /.gitmodules | |
parent | c37e6a4e84130969dcbcbc1f2767c179961a9b17 (diff) |
Fix targets; add debmake
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b06168b..cb76a60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "src/configs/GNU_Make"] path = src/configs/GNU_Make url = https://github.com/lshprung/gnu-make-dash-docset.git +[submodule "src/configs/debmake"] + path = src/configs/debmake + url = https://github.com/lshprung/debmake-dash-docset.git |