X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=adventofcode2020.asd;fp=adventofcode2020.asd;h=69c5919bb0a6ce671b5af369b09d9c38eb2b61b6;hp=031f2e812ff385d3ed22af5dc250412ba09356e8;hb=bb9e60f53e20192543bd3fb66ae8c76cce619243;hpb=37dc4d4e793d79845b35147d59401b7f3cbc5898 diff --git a/adventofcode2020.asd b/adventofcode2020.asd index 031f2e8..69c5919 100644 --- a/adventofcode2020.asd +++ b/adventofcode2020.asd @@ -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))))