X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fcl-nl.asd;h=9ef24e314b84a19f0a5165bbcc7ad4b37699cb08;hb=6c59eec;hp=f6ca9e5c58f43dbbfc4da4d309ada3189dc9baa3;hpb=f22f4e32c969e564c1ab388c2f5a9574b8631ce9;p=clnl diff --git a/src/main/cl-nl.asd b/src/main/cl-nl.asd index f6ca9e5..9ef24e3 100644 --- a/src/main/cl-nl.asd +++ b/src/main/cl-nl.asd @@ -5,4 +5,7 @@ :author "Frank Duncan (frank@kank.com)" :serial t :components ((:file "package") - (:file "main"))) + (:file "lex") + (:file "random") + (:file "main")) + :depends-on (:cl-ppcre))