diff options
Diffstat (limited to 'haiku-book.asd')
| -rw-r--r-- | haiku-book.asd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haiku-book.asd b/haiku-book.asd new file mode 100644 index 0000000..1a16050 --- /dev/null +++ b/haiku-book.asd @@ -0,0 +1,6 @@ +(defsystem + haiku-book + :class :package-inferred-system + :depends-on (:haiku-book/frame) + :components + ((:static-file "story.text"))) |
