diff options
| -rw-r--r-- | haiku-book.asd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/haiku-book.asd b/haiku-book.asd index 1a16050..c5afafb 100644 --- a/haiku-book.asd +++ b/haiku-book.asd @@ -1,6 +1,4 @@ (defsystem haiku-book :class :package-inferred-system - :depends-on (:haiku-book/frame) - :components - ((:static-file "story.text"))) + :depends-on (:haiku-book/frame)) |
