mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-23 04:51:13 -08:00
6 lines
89 B
Common Lisp
6 lines
89 B
Common Lisp
(load "dependencies")
|
|
|
|
(push "./" asdf:*central-registry*)
|
|
|
|
(asdf:load-system "my-app")
|
|
|