X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=adventofcode2020.asd;h=69c5919bb0a6ce671b5af369b09d9c38eb2b61b6;hp=96f4fbdcfc1c03f03b67adc1b7c246bd9dba42d2;hb=d0fc5e86a211060610de320334535324abd94a84;hpb=3ef62a9d5cf95c218e80455021e69d3bf5bf1541 diff --git a/adventofcode2020.asd b/adventofcode2020.asd index 96f4fbd..69c5919 100644 --- a/adventofcode2020.asd +++ b/adventofcode2020.asd @@ -7,9 +7,13 @@ :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))))