From ac0a5a9a012f38de060f20dcc740e8cd6a68a588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 30 Jan 2023 02:59:22 -0300 Subject: Initial Commit --- cmamut.asd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cmamut.asd (limited to 'cmamut.asd') diff --git a/cmamut.asd b/cmamut.asd new file mode 100644 index 0000000..e37056b --- /dev/null +++ b/cmamut.asd @@ -0,0 +1,6 @@ +(asdf:defsystem #:cmamut + :serial t + :depends-on () + :components + ((:file "package") + (:file "cmamut"))) -- cgit v1.2.3