summaryrefslogtreecommitdiff
path: root/mulkcms-ht.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkcms-ht.asd')
-rw-r--r--mulkcms-ht.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/mulkcms-ht.asd b/mulkcms-ht.asd
new file mode 100644
index 0000000..b02278a
--- /dev/null
+++ b/mulkcms-ht.asd
@@ -0,0 +1,9 @@
+(asdf:defsystem mulkcms-ht
+ :version "0.0.1"
+ :depends-on (:mulkcms-hunchentoot)
+ :components ()
+
+ :defsystem-depends-on (:deploy)
+ :build-operation "deploy-op"
+ :build-pathname "mulkcms-ht"
+ :entry-point "mulkcms-hunchentoot:run-server")