X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Frun.lisp;h=b59ef934c9364f524d82d213e7eaf8d117f92baf;hb=5f87a9fd0bed8832115f11073e5ee9a968ee95c0;hp=4aa55dd764305c412774cabadeb27931f34059c1;hpb=fe712aa779be8210646dd5a74a665644232de3cb;p=clnl diff --git a/bin/run.lisp b/bin/run.lisp index 4aa55dd..b59ef93 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -1,6 +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) -(sb-thread:make-thread #'clnl-interface:run) -(clnl-cli:run) +(clnl:run)