aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'argot.asd')
-rw-r--r--argot.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/argot.asd b/argot.asd
index 6d6aa61..ff57f4d 100644
--- a/argot.asd
+++ b/argot.asd
@@ -8,6 +8,6 @@
:serial t
:depends-on (#:trivia #:alexandria)
:components ((:file "package")
- ;(:file "grammars")
- ;(:file "deflanguage")
+ (:file "grammars")
+ (:file "docgen")
(:file "argot")))