mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
8 lines
164 B
Common Lisp
8 lines
164 B
Common Lisp
;;(require 'asdf)
|
|
(push "./" asdf:*central-registry*)
|
|
|
|
(asdf:make-build :lisp-envi
|
|
:type :static-library
|
|
:move-here "./")
|
|
(quit)
|
|
|