diff options
Diffstat (limited to 'cmamut.asd')
-rw-r--r-- | cmamut.asd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (asdf:defsystem #:cmamut :serial t - :depends-on () + :depends-on (#:json) :components ((:file "package") (:file "cmamut"))) |