Move from github, collapse gltk and strictmath, add candle
[clnl] / bin / run.lisp
index 8b46a2a6109193d6508d6dc9106c3a38f1fb35b4..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:run)