aboutsummaryrefslogtreecommitdiffstats
path: root/l/extreload.asd
diff options
context:
space:
mode:
authorTeddy Wing2021-02-02 23:47:10 +0100
committerTeddy Wing2021-02-02 23:47:10 +0100
commit75b5d75523d36336af810207c3363044020bba17 (patch)
tree12769202537aa9169e4c108374397aee0b79c2c8 /l/extreload.asd
parent1a0c2c421d97f06087fab401676f0904b288bbd2 (diff)
downloadextreload-75b5d75523d36336af810207c3363044020bba17.tar.bz2
Add config class
We'll use this as a storage container for the command line options.
Diffstat (limited to 'l/extreload.asd')
-rw-r--r--l/extreload.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/l/extreload.asd b/l/extreload.asd
index 73402fb..9a09c1b 100644
--- a/l/extreload.asd
+++ b/l/extreload.asd
@@ -9,6 +9,7 @@
:components ((:file "package")
(:file "macro")
(:file "option")
+ (:file "config")
(:file "main"))))
:build-operation "program-op"