X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Frun.lisp;h=d206e2ccdd03e0d728acf132b076e3f34d0a624b;hp=b064da16da7096c2ccc4c1d24321c2981f3c63b2;hb=7fac438c77bb0e3749bababc0cc89a1366893444;hpb=f22f4e32c969e564c1ab388c2f5a9574b8631ce9 diff --git a/bin/run.lisp b/bin/run.lisp index b064da1..d206e2c 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/")) -(asdf:load-system :cl-nl) -(cl-nl:run) +(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "."))) :INHERIT-CONFIGURATION)) +(asdf:load-system :clnl) +(clnl:run)