From 1c1162747d8d7e12140329a105c0776d5555a351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 23 Jun 2025 02:22:51 -0300 Subject: Extract input to cursed --- monparser.asd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'monparser.asd') diff --git a/monparser.asd b/monparser.asd index 68165a9..37e47b1 100644 --- a/monparser.asd +++ b/monparser.asd @@ -1,10 +1,9 @@ (defsystem #:monparser :serial t + :depends-on (#:utils #:cursed) :components ((:file "package") - (:file "input") (:file "base") (:file "core") - (:file "quant") (:file "extra") (:file "main"))) -- cgit v1.2.3