diff options
author | Colin Okay <okay@toyful.space> | 2020-09-09 10:49:11 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-10-12 09:37:43 -0500 |
commit | 5f167f7ae1c464df220913ed1a9c2105dc1ada3e (patch) | |
tree | 7bca183be22bf2aa75b1f49b186fa4bf33a9c684 /imbricate-run.asd | |
parent | d02e04ba90cf2e431b34b578c6bcade60ed7c18e (diff) |
added system for cli tool
But the ecl build doesn't work...
Diffstat (limited to 'imbricate-run.asd')
-rw-r--r-- | imbricate-run.asd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/imbricate-run.asd b/imbricate-run.asd new file mode 100644 index 0000000..c017655 --- /dev/null +++ b/imbricate-run.asd @@ -0,0 +1,9 @@ + +(asdf:defsystem #:imbricate-run + :description "cli tool for imbricate" + :author "colin okay <cbeok@protonmail.com>" + :license "AGPL-3.0" + :version "0.1.0" + :serial t + :depends-on ( #:asdf #:imbricate ) + :components ((:file "run"))) |