mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 10:13:36 -08:00
After the first build stage movie files to the qt/ directory (covered in *.lisp files and Makefile).
8 lines
165 B
Common Lisp
8 lines
165 B
Common Lisp
;;(require 'asdf)
|
|
(push "./" asdf:*central-registry*)
|
|
|
|
(asdf:make-build :lisp-envi
|
|
:type :static-library
|
|
:move-here "qt/")
|
|
(quit)
|
|
|