aboutsummaryrefslogtreecommitdiff
path: root/haiku-book.asd
blob: 1a16050466eacd6ce6842062a90f7f7976eaeab1 (plain)
1
2
3
4
5
6
(defsystem
    haiku-book
  :class :package-inferred-system
  :depends-on (:haiku-book/frame)
  :components
  ((:static-file "story.text")))