X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=8b46a2a6109193d6508d6dc9106c3a38f1fb35b4;hp=481cbbec64fb32d6dfbb72c3e324163d0f50ea33;hb=43bbc274299e58d2f4a6e0b05e5366ca5e2900ae;hpb=01e2d9fdf7087c181c645abd15605a31a5b7e43c diff --git a/bin/run.lisp b/bin/run.lisp index 481cbbe..8b46a2a 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -2,4 +2,5 @@ (require 'asdf) (push #p"deps/" asdf:*central-registry*) (asdf:load-system :clnl) +(sb-thread:make-thread #'clnl-interface:run) (clnl:run)