Added function DELETE-COLLECT-IF
[clg] / tools / clg-tools.asd
index a4da6ab..fac09a5 100644 (file)
@@ -9,6 +9,7 @@
 
 (defsystem clg-tools
     :components ((:file "autoexport")
-                (:file "config")
+                (:file "utils")
+                (:file "config" :depends-on ("utils"))
                 (:file "asdf-extensions")))