summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscrewlisp <screwtape@sdf.org>2026-07-02 23:28:29 +1200
committerscrewlisp <screwtape@sdf.org>2026-07-02 23:28:29 +1200
commit366041fa8d9d3a5e7d267bf265497309516ab023 (patch)
tree2d9e24bfd76e6f8fdc8a97a97299c8baa7924a43
parent2e0110e9e99034f49a59d68af509ae3015184b7a (diff)
right the zine uses :my-system/all to find a frameHEADmaster
-rw-r--r--all.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/all.lisp b/all.lisp
new file mode 100644
index 0000000..2830a7f
--- /dev/null
+++ b/all.lisp
@@ -0,0 +1,6 @@
+(uiop:define-package
+ :simple-text-clim-frame/all
+ (:export)
+ (:mix-reexport
+ :simple-text-clim-frame/frame
+ :simple-text-clim-frame/class))