diff options
author | Teddy Wing | 2021-02-13 21:16:24 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-13 21:16:24 +0100 |
commit | c26878c59e3306b8571f2aea53a4ddf113c232c7 (patch) | |
tree | a1521288a9327dd7fdc3a63e19c80d05d192986a /l/extreload.asd | |
parent | 597d0b953fca40c1035cee6263b12fa5223ebf51 (diff) | |
download | extreload-c26878c59e3306b8571f2aea53a4ddf113c232c7.tar.bz2 |
Replace exit codes with constants from the `sysexits` system
Diffstat (limited to 'l/extreload.asd')
-rw-r--r-- | l/extreload.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/extreload.asd b/l/extreload.asd index 7dffd1c..b283481 100644 --- a/l/extreload.asd +++ b/l/extreload.asd @@ -1,6 +1,7 @@ (asdf:defsystem extreload :version "0.0.1" :depends-on (:jsown + :sysexits :unix-opts :wait-group :websocket-driver-client) |