aboutsummaryrefslogtreecommitdiffstats
path: root/l/extreload.asd
diff options
context:
space:
mode:
authorTeddy Wing2021-02-03 00:39:35 +0100
committerTeddy Wing2021-02-03 00:39:35 +0100
commit857302a5ac0714087a1f8d068e3bc5a15a1393d8 (patch)
treefbdd4c2b8d3ec2c35c75fbf2ea631aa14b62e0f1 /l/extreload.asd
parentd9ce7753973a2cb8f75332875bc6ddc456551967 (diff)
downloadextreload-857302a5ac0714087a1f8d068e3bc5a15a1393d8.tar.bz2
Move DevTools functions to `devtools-protocol.lisp`
The `main.lisp` file was getting crowded. Move DevTools Protocol-related functions into a new file.
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 0dd04ed..551076e 100644
--- a/l/extreload.asd
+++ b/l/extreload.asd
@@ -10,6 +10,7 @@
(:file "macro")
(:file "config")
(:file "option")
+ (:file "devtools-protocol")
(:file "main"))))
:build-operation "program-op"