aboutsummaryrefslogtreecommitdiffstats
path: root/wajir.asd
diff options
context:
space:
mode:
Diffstat (limited to 'wajir.asd')
-rw-r--r--wajir.asd7
1 files changed, 5 insertions, 2 deletions
diff --git a/wajir.asd b/wajir.asd
index 1f95cf6..e050c93 100644
--- a/wajir.asd
+++ b/wajir.asd
@@ -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))