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 | |
parent | c26878c59e3306b8571f2aea53a4ddf113c232c7 (diff) | |
download | extreload-8ef9e7d81444f141c9f18a15a9bb8876a478a6c3.tar.bz2 |
Add 'sysexits' library dependency
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | l/lib/sysexits | 0 |
2 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 diff --git a/l/lib/sysexits b/l/lib/sysexits new file mode 160000 +Subproject 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2 |