Add day 04
[adventofcode2020.git] / adventofcode2020.asd
index 031f2e812ff385d3ed22af5dc250412ba09356e8..69c5919bb0a6ce671b5af369b09d9c38eb2b61b6 100644 (file)
@@ -7,10 +7,12 @@
   :serial t
   :depends-on (:alexandria
                :arrow-macros
+               :cl-ppcre
+               :cl-utilities
                :fn
                :fiveam)
   :pathname "src/"
-  :components ((:file "package")
+  :components ((:file "../package")
                (:file "utilities")
                (:file "adventofcode2020"))
   :in-order-to ((test-op (test-op :adventofcode2020/test))))