X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=d206e2ccdd03e0d728acf132b076e3f34d0a624b;hp=725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626;hb=7fac438c77bb0e3749bababc0cc89a1366893444;hpb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2 diff --git a/bin/run.lisp b/bin/run.lisp index 725e8c2..d206e2c 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 "."))) :INHERIT-CONFIGURATION)) (asdf:load-system :clnl) (clnl:run)