summaryrefslogtreecommitdiff
path: root/utils.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-07-24 00:09:53 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-07-24 00:09:53 -0300
commitbb4b2bc484ed1d827d707a5a50b234d6994af90c (patch)
tree832ec90bf0f34252447c3fd49311d3af3e319d56 /utils.asd
parent3d6e80b447ef96cdac3aada1f2ca08073648294f (diff)
downloadutils-bb4b2bc484ed1d827d707a5a50b234d6994af90c.tar.gz
utils-bb4b2bc484ed1d827d707a5a50b234d6994af90c.zip
Add char, color and name transformersHEADmain
Diffstat (limited to 'utils.asd')
-rw-r--r--utils.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.asd b/utils.asd
index 878e309..6ce8f62 100644
--- a/utils.asd
+++ b/utils.asd
@@ -1,7 +1,8 @@
(asdf:defsystem #:utils
- :serial t
:components
((:file "package")
(:file "queue")
(:file "alien")
+ (:file "char")
+ (:file "color")
(:file "str")))