diff options
Diffstat (limited to 'monparser.asd')
-rw-r--r-- | monparser.asd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monparser.asd b/monparser.asd index 2aa7290..aa5bc2c 100644 --- a/monparser.asd +++ b/monparser.asd @@ -3,4 +3,7 @@ :components ((:file "package") (:file "input") - (:file "parser"))) + (:file "base") + (:file "core") + (:file "extra") + (:file "main"))) |