diff options
Diffstat (limited to 'l/extreload.asd')
-rw-r--r-- | l/extreload.asd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l/extreload.asd b/l/extreload.asd index 8a1cfc2..73402fb 100644 --- a/l/extreload.asd +++ b/l/extreload.asd @@ -1,12 +1,14 @@ (asdf:defsystem extreload :version "0.0.1" :depends-on (:jsown + :unix-opts :wait-group :websocket-driver-client) :components ((:module "src" :serial t :components ((:file "package") (:file "macro") + (:file "option") (:file "main")))) :build-operation "program-op" |