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