Move from github, collapse gltk and strictmath, add candle
[clnl] / bin / run.lisp
index 4aa55dd764305c412774cabadeb27931f34059c1..d206e2ccdd03e0d728acf132b076e3f34d0a624b 100644 (file)
@@ -1,6 +1,5 @@
 (setf *compile-print* nil)
 (require 'asdf)
-(push #p"deps/" asdf:*central-registry*)
+(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "."))) :INHERIT-CONFIGURATION))
 (asdf:load-system :clnl)
-(sb-thread:make-thread #'clnl-interface:run)
-(clnl-cli:run)
+(clnl:run)