summaryrefslogtreecommitdiff
path: root/imbricate.asd
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-09-09 10:49:11 -0500
committerColin Okay <cbeok@protonmail.com>2020-10-12 09:37:43 -0500
commit5f167f7ae1c464df220913ed1a9c2105dc1ada3e (patch)
tree7bca183be22bf2aa75b1f49b186fa4bf33a9c684 /imbricate.asd
parentd02e04ba90cf2e431b34b578c6bcade60ed7c18e (diff)
added system for cli tool
But the ecl build doesn't work...
Diffstat (limited to 'imbricate.asd')
-rw-r--r--imbricate.asd2
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")))