summaryrefslogtreecommitdiff
path: root/cmamut.asd
diff options
context:
space:
mode:
Diffstat (limited to 'cmamut.asd')
-rw-r--r--cmamut.asd6
1 files changed, 6 insertions, 0 deletions
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")))