From 65e5ccbe0659ab4a01425be58e05156638db90e9 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 Jul 2026 11:01:00 +0100 Subject: Add README --- haiku-book.asd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 haiku-book.asd (limited to 'haiku-book.asd') 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"))) -- cgit v1.2.3