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