aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-04 19:25:52 -0700
committercolin <colin@cicadas.surf>2024-05-04 19:25:52 -0700
commit0b00b8aeadb53abe4cc2bf14d132fe93812b387b (patch)
tree0e5adc1897e9c3d3567c9c7fe1281c99428e7736 /weekend.asd
parent19792479f89c763b6267399f3a66db6cbe8f10f3 (diff)
added defendpoint macro
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd6
1 files changed, 2 insertions, 4 deletions
diff --git a/weekend.asd b/weekend.asd
index 6e7f833..e48b022 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -1,7 +1,7 @@
;;;; weekend.asd
(asdf:defsystem #:weekend
- :description "A Metaclass and Protocol for Defining Webservers."
+ :description "A Metaclass and Protocol for Defining Webservers on Hunchentoot."
:author "colin <colin@cicadas.surf>"
:license "AGPLv3.0"
:version "0.0.1"
@@ -10,6 +10,4 @@
:serial t
:components ((:file "package")
(:file "protocol")
- (:file "endpoint")
- ; (:file "server")
- ))
+ (:file "endpoint")))