idk lisp
This commit is contained in:
parent
3eb7011be8
commit
a777d0a29e
4 changed files with 143 additions and 18 deletions
|
@ -21,7 +21,8 @@
|
|||
"cl-smtp") ;; <== list of Quicklisp dependencies
|
||||
:components ((:module "src"
|
||||
:components
|
||||
((:file "main"))))
|
||||
((:file "health-form")
|
||||
(:file "main" :depends-on ("health-form")))))
|
||||
:description "Restful server to handle website pieces"
|
||||
:long-description "Restful server to handle website pieces"
|
||||
;; :in-order-to ((test-op (test-op "tfcserver-test")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue