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