summaryrefslogtreecommitdiff
path: root/monparser.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2025-11-24 07:01:47 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2025-11-24 07:01:47 -0300
commit2ebab36f8c689fa3e6f88cfc25cecd83848ca129 (patch)
tree63208a8be028b19974b8a5e686470bd4fb3fc657 /monparser.asd
parent1c1162747d8d7e12140329a105c0776d5555a351 (diff)
downloadmonparser-2ebab36f8c689fa3e6f88cfc25cecd83848ca129.tar.gz
monparser-2ebab36f8c689fa3e6f88cfc25cecd83848ca129.zip
Big update
Diffstat (limited to 'monparser.asd')
-rw-r--r--monparser.asd8
1 files changed, 5 insertions, 3 deletions
diff --git a/monparser.asd b/monparser.asd
index 37e47b1..f9ee915 100644
--- a/monparser.asd
+++ b/monparser.asd
@@ -1,9 +1,11 @@
-(defsystem #:monparser
+(defsystem "monparser"
:serial t
- :depends-on (#:utils #:cursed)
+ :depends-on ()
:components
((:file "package")
+ (:file "cursor")
(:file "base")
(:file "core")
(:file "extra")
- (:file "main")))
+ (:file "main")
+ (:file "test")))