aboutsummaryrefslogtreecommitdiff
path: root/haiku-book.asd
diff options
context:
space:
mode:
Diffstat (limited to 'haiku-book.asd')
-rw-r--r--haiku-book.asd6
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")))