summaryrefslogtreecommitdiff
path: root/utils.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2025-08-24 19:50:56 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2025-08-24 19:50:56 -0300
commitd1816df4c029447f94963355cbdce5c434063ee6 (patch)
treee4ff17ff8c2d4159a85bb34f3935f843f6bdce4c /utils.asd
parent97f8b6d2a990fe2e93704460fcdf08701616d7e4 (diff)
downloadutils-d1816df4c029447f94963355cbdce5c434063ee6.tar.gz
utils-d1816df4c029447f94963355cbdce5c434063ee6.zip
Add cursorsHEADmain
Diffstat (limited to 'utils.asd')
-rw-r--r--utils.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils.asd b/utils.asd
index 4a126d6..f4974e0 100644
--- a/utils.asd
+++ b/utils.asd
@@ -1,4 +1,4 @@
-(defsystem #:utils
+(defsystem "utils"
:serial nil
:components
((:file "package")
@@ -6,4 +6,5 @@
(:file "char")
(:file "symbol")
(:file "color")
- (:file "str")))
+ (:file "str")
+ (:file "cursor")))