diff options
author | Teddy Wing | 2021-02-14 01:40:30 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-14 01:40:30 +0100 |
commit | 8ef9e7d81444f141c9f18a15a9bb8876a478a6c3 (patch) | |
tree | 3bce49ac2cb65bfd079b2ca980cb7ff7d1225353 /.gitmodules | |
parent | c26878c59e3306b8571f2aea53a4ddf113c232c7 (diff) | |
download | extreload-8ef9e7d81444f141c9f18a15a9bb8876a478a6c3.tar.bz2 |
Add 'sysexits' library dependency
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..f422304 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "l/lib/sysexits"] + path = l/lib/sysexits + url = https://github.com/teddywing/cl-sysexits.git |