aboutsummaryrefslogtreecommitdiff
path: root/haiku-book.asd
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-07-26 11:01:00 +0100
committerGene Pasquet <dev@etenil.net>2026-07-26 11:01:00 +0100
commit65e5ccbe0659ab4a01425be58e05156638db90e9 (patch)
tree815d751bbc26f47bf7d0bb7521ffe5e2cb4d38a1 /haiku-book.asd
parentd169662aa6f342345acb71e08a9ab93df95ea4b5 (diff)
Add README
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")))