summaryrefslogtreecommitdiff
path: root/cmamut.asd
diff options
context:
space:
mode:
Diffstat (limited to 'cmamut.asd')
-rw-r--r--cmamut.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmamut.asd b/cmamut.asd
index 80ccda9..c07b3ff 100644
--- a/cmamut.asd
+++ b/cmamut.asd
@@ -1,6 +1,7 @@
-(asdf:defsystem #:cmamut
+(defsystem "cmamut"
:serial t
- :depends-on (#:cffi #:json)
+ :depends-on ("monparser" "json" "utils")
:components
((:file "package")
+ (:file "header")
(:file "cmamut")))