Move from github, collapse gltk and strictmath, add candle
[clnl] / bin / run.lisp
index b064da16da7096c2ccc4c1d24321c2981f3c63b2..d206e2ccdd03e0d728acf132b076e3f34d0a624b 100644 (file)
@@ -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)