X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/5216af0ade07cfd94a1abf6e99183e44ee561732..05c1e7c3367de14f38e81e9ecdc0a36904dbc13e:/mdw.asd diff --git a/mdw.asd b/mdw.asd index 32ad40d..bd252ec 100644 --- a/mdw.asd +++ b/mdw.asd @@ -8,9 +8,13 @@ :components ((:file "mdw-base") (:file "anaphora") (:file "sys-base") + (:file "factorial") + (:file "mdw-mop") (:file "str") (:file "collect") (:file "unix") (:file "safely") + (:file "infix") + (:file "infix-ext") (:file "optparse")) :serial t)