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" :licence "MIT"
:depends-on ("local-time" "hunchentoot" "dev.metalisp.sbt") :depends-on ("local-time" "hunchentoot" "dev.metalisp.sbt")
:components ((:file "package") :components ((:file "package")
(:file "pages") (:module "src"
(:file "main"))) :depends-on ("package")
:serial t
:components
((:file "pages")
(:file "main")))))