X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=481cbbec64fb32d6dfbb72c3e324163d0f50ea33;hp=725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626;hb=01e2d9fdf7087c181c645abd15605a31a5b7e43c;hpb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2 diff --git a/bin/run.lisp b/bin/run.lisp index 725e8c2..481cbbe 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/")) +(push #p"deps/" asdf:*central-registry*) (asdf:load-system :clnl) (clnl:run)