blob: b02278a500eb97fd608f9f3c0a131ad148b0eead (
plain)
1
2
3
4
5
6
7
8
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")
|