diff options
author | colin <colin@cicadas.surf> | 2024-11-29 07:23:09 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-29 07:23:09 -0800 |
commit | dda37d6f9f40d573776ac4bb6abe12adb8f33c47 (patch) | |
tree | 71d1b35f1c4bdf1997113426384f98634a56dec7 /weekend.asd | |
parent | 33f7f7c3f45e58933b6c2ed448f24618f089511c (diff) |
Diffstat (limited to 'weekend.asd')
-rw-r--r-- | weekend.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weekend.asd b/weekend.asd index ff0ee8e..0e75196 100644 --- a/weekend.asd +++ b/weekend.asd @@ -9,6 +9,7 @@ :pathname "src/" :serial t :components ((:file "package") + (:file "debugging") (:file "protocol") (:file "endpoint") (:file "defendpoint"))) |