From 9ed8ffd48c35872531b881f2ccf10c056dbdc680 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 9 Sep 2020 10:49:11 -0500 Subject: added system for cli tool But the ecl build doesn't work... --- imbricate-run.asd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 imbricate-run.asd (limited to 'imbricate-run.asd') 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 " + :license "AGPL-3.0" + :version "0.1.0" + :serial t + :depends-on ( #:asdf #:imbricate ) + :components ((:file "run"))) -- cgit v1.2.3