summaryrefslogtreecommitdiff
path: root/utils.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-20 08:37:05 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-20 08:37:05 -0300
commitcf7dc2892c1f3a474b7c49f35cbab08bfa08ef71 (patch)
tree9dfb32e87a531027210032639099f82543930694 /utils.asd
parenta8b56704b52488f2865387d8cded8e5f13cdf919 (diff)
downloadutils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.tar.gz
utils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.zip
Add with-package to utils
Diffstat (limited to 'utils.asd')
-rw-r--r--utils.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.asd b/utils.asd
index bd97c0c..7a12042 100644
--- a/utils.asd
+++ b/utils.asd
@@ -2,7 +2,7 @@
:serial t
:components
((:file "package")
+ (:file "utils")
(:file "queue")
(:file "alien")
- (:file "print")
(:file "str")))