X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626;hp=b064da16da7096c2ccc4c1d24321c2981f3c63b2;hb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2;hpb=d429346c4e41599eaae8de2f4baa9c1b8a81aea6 diff --git a/bin/run.lisp b/bin/run.lisp index b064da1..725e8c2 100644 --- a/bin/run.lisp +++ b/bin/run.lisp @@ -1,4 +1,4 @@ (require 'asdf) (setf asdf:*central-registry* (list #p"deps/")) -(asdf:load-system :cl-nl) -(cl-nl:run) +(asdf:load-system :clnl) +(clnl:run)