X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=candle.asd;h=e65a5027151815d7ca5c13a83f196082ccb8be20;hp=f4675115431dd556394e3acd2546f96ab6d5e65b;hb=3fdc12a393fbbd099417398018d2fada7e751358;hpb=9407d49f19966b27a3a0d891d65024e547024d76 diff --git a/candle.asd b/candle.asd index f467511..e65a502 100644 --- a/candle.asd +++ b/candle.asd @@ -7,10 +7,17 @@ :pathname "src/main" :components ((:file "package") (:file "base") - (:file "server") - (:file "cli") (:file "git") + (:file "run") (:file "processor") - (:file "local") - (:file "run")) + (:file "server") + (:file "cli")) :depends-on (:herbie-utility :opera)) + +(asdf:defsystem candle-aws + :pathname "src/main/aws" + :components ((:file "aws") (:file "config"))) + +(asdf:defsystem candle-local + :pathname "src/main/local" + :components ((:file "local")))