X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Frun.lisp;h=b59ef934c9364f524d82d213e7eaf8d117f92baf;hb=762ab38881c8870c9a61ca6857a28159f9fef9fc;hp=725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626;hpb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2;p=clnl diff --git a/bin/run.lisp b/bin/run.lisp index 725e8c2..b59ef93 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -1,4 +1,5 @@ +(setf *compile-print* nil) (require 'asdf) -(setf asdf:*central-registry* (list #p"deps/")) +(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :INHERIT-CONFIGURATION)) (asdf:load-system :clnl) (clnl:run)