X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=adventofcode2020.asd;h=1a39ad7606a0853bd117c34e66d0c354f4841b68;hp=031f2e812ff385d3ed22af5dc250412ba09356e8;hb=HEAD;hpb=37dc4d4e793d79845b35147d59401b7f3cbc5898 diff --git a/adventofcode2020.asd b/adventofcode2020.asd index 031f2e8..1a39ad7 100644 --- a/adventofcode2020.asd +++ b/adventofcode2020.asd @@ -7,10 +7,13 @@ :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))))