diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-30 10:32:18 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-30 10:32:18 -0500 |
commit | 2c1cb6075ea5cf3544491a89a544d2dfc6071567 (patch) | |
tree | 5e9a2dc188277964cfbd1c99db297fda64b99127 /wheelwork.asd | |
parent | 749a5a306deacd5c481ecc4c53b7f03178c3e335 (diff) |
[add] text button example; button file to asd file
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 47873c5..3d37472 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -39,6 +39,7 @@ (:module "interactive" :components ((:file "interactive") (:file "bitmap") - (:file "text"))) + (:file "text") + (:file "button"))) (:file "application") (:file "wheelwork"))) |