X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=0cd8d8bc28d0d545fc804dbe91e5944a2a06eb6c;hp=481cbbec64fb32d6dfbb72c3e324163d0f50ea33;hb=d568495ec2db3cb76a084e93705842b71dcacb78;hpb=e4737223ae0336868aecd6af14ac09947655fde6 diff --git a/bin/run.lisp b/bin/run.lisp index 481cbbe..0cd8d8b 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -1,5 +1,4 @@ (setf *compile-print* nil) (require 'asdf) -(push #p"deps/" asdf:*central-registry*) (asdf:load-system :clnl) (clnl:run)