diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-07-26 11:03:01 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-07-26 11:03:01 +0100 |
| commit | 53eabae9280752a0d626c0353b3687e5fff1072a (patch) | |
| tree | 38eb7ad4e8f49c88224b37752d21f4e0125fc350 | |
| parent | afe0028d75b98cc0d1365d472198271d8eaa1209 (diff) | |
| -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)) |
