X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=adventofcode2020.asd;h=1a39ad7606a0853bd117c34e66d0c354f4841b68;hp=96f4fbdcfc1c03f03b67adc1b7c246bd9dba42d2;hb=HEAD;hpb=3ef62a9d5cf95c218e80455021e69d3bf5bf1541 diff --git a/adventofcode2020.asd b/adventofcode2020.asd index 96f4fbd..1a39ad7 100644 --- a/adventofcode2020.asd +++ b/adventofcode2020.asd @@ -7,9 +7,14 @@ :serial t :depends-on (:alexandria :arrow-macros + :cl-ppcre + :cl-utilities + :cl-interpol + :fn :fiveam) :pathname "src/" - :components ((:file "package") + :components ((:file "../package") + (:file "utilities") (:file "adventofcode2020")) :in-order-to ((test-op (test-op :adventofcode2020/test))))