git.fiddlerwoaroof.com
Browse code

bugfix: add domain.lisp to defsystem

Edward Langley authored on 29/09/2019 22:41:18
Showing 1 changed files
... ...
@@ -19,5 +19,6 @@
19 19
     :components ((:module "src"
20 20
                   :serial t
21 21
                   :components ((:file "package")
22
+                               (:file "domain")
22 23
                                (:file "mfa-tool")
23 24
                                (:file "capi-interface")))))