diff options
| author | screwlisp <screwtape@sdf.org> | 2026-07-02 23:19:05 +1200 |
|---|---|---|
| committer | screwlisp <screwtape@sdf.org> | 2026-07-02 23:19:05 +1200 |
| commit | 2e0110e9e99034f49a59d68af509ae3015184b7a (patch) | |
| tree | 86a30d5fe0a3cb6633d09b956c7be1d2f57397df /simple-text-clim-frame.asd | |
| parent | 4bbc0b00023cc8b7db24142febb8695838b78752 (diff) | |
just use package inferred.
Diffstat (limited to 'simple-text-clim-frame.asd')
| -rw-r--r-- | simple-text-clim-frame.asd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/simple-text-clim-frame.asd b/simple-text-clim-frame.asd index e69de29..08afcb3 100644 --- a/simple-text-clim-frame.asd +++ b/simple-text-clim-frame.asd @@ -0,0 +1,6 @@ +(defsystem + simple-text-clim-frame + :class :package-inferred-system + :depends-on (:simple-text-clim-frame/frame) + :components + ((:static-file "some.text"))) |
