diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-09-09 10:49:11 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-09-09 10:49:11 -0500 |
commit | 9ed8ffd48c35872531b881f2ccf10c056dbdc680 (patch) | |
tree | 7bca183be22bf2aa75b1f49b186fa4bf33a9c684 /imbricate.asd | |
parent | c46e46fc739c84f08d2d0af581a54a4518ec04fb (diff) |
added system for cli tool
But the ecl build doesn't work...
Diffstat (limited to 'imbricate.asd')
-rw-r--r-- | imbricate.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imbricate.asd b/imbricate.asd index a98ab0b..472579f 100644 --- a/imbricate.asd +++ b/imbricate.asd @@ -6,5 +6,5 @@ :license "AGPL-3.0" :version "0.1.0" :serial t - :depends-on ( #:opticl #:uiop ) + :depends-on (#:asdf #:uiop #:opticl) :components ((:file "imbricate"))) |