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