c64-livecoding/asdf-paths.lisp

7 lines
138 B
Common Lisp

(in-package #:cl-user)
(require '#:asdf)
(asdf:initialize-source-registry
'(:source-registry (:tree :here)
:inherit-configuration))