Update defsystem

This commit is contained in:
Marcus Kammer 2024-05-25 20:35:11 +02:00
parent 3f5d8a1fbb
commit 72ebc68972
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -6,5 +6,9 @@
:licence "MIT"
:depends-on ("local-time" "hunchentoot" "dev.metalisp.sbt")
:components ((:file "package")
(:file "pages")
(:file "main")))
(:module "src"
:depends-on ("package")
:serial t
:components
((:file "pages")
(:file "main")))))