X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=d206e2ccdd03e0d728acf132b076e3f34d0a624b;hp=0cd8d8bc28d0d545fc804dbe91e5944a2a06eb6c;hb=7fac438c77bb0e3749bababc0cc89a1366893444;hpb=d568495ec2db3cb76a084e93705842b71dcacb78 diff --git a/bin/run.lisp b/bin/run.lisp index 0cd8d8b..d206e2c 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -1,4 +1,5 @@ (setf *compile-print* nil) (require 'asdf) +(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "."))) :INHERIT-CONFIGURATION)) (asdf:load-system :clnl) (clnl:run)