X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=candle.asd;h=f4675115431dd556394e3acd2546f96ab6d5e65b;hp=0dbb24c8319cb9347512a175fefcb9f707035c84;hb=3a2cf4eb03820694e101691d8c49e76ed091426c;hpb=59e9f7983efcc1ee08609b075ea8345e5318b125 diff --git a/candle.asd b/candle.asd index 0dbb24c..f467511 100644 --- a/candle.asd +++ b/candle.asd @@ -5,5 +5,12 @@ :author "Frank Duncan (frank@consxy.com)" :serial t :pathname "src/main" - :components ((:file "package") (:file "base") (:file "server") (:file "cli") (:file "run")) + :components ((:file "package") + (:file "base") + (:file "server") + (:file "cli") + (:file "git") + (:file "processor") + (:file "local") + (:file "run")) :depends-on (:herbie-utility :opera))