diff options
Diffstat (limited to 'wajir.asd')
-rw-r--r-- | wajir.asd | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,17 +13,20 @@ :depends-on (:cl-base64 :cl-smtp :com.inuoe.jzon - :dexador) + :dexador + :sysexits + :unix-opts) :components ((:module "src" :serial t :components ((:file "package") (:file "config") + (:file "option") (:file "email") (:file "main")))) :build-operation "program-op" :build-pathname "wajir" - :entry-point "wajir") + :entry-point "wajir:main") #+sb-core-compression (defmethod asdf:perform ((o asdf:image-op) (c asdf:system)) |