mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
After the first build stage movie files to the qt/ directory (covered in *.lisp files and Makefile).
8 lines
193 B
Common Lisp
8 lines
193 B
Common Lisp
;;(require 'asdf)
|
|
(push "./" asdf:*central-registry*)
|
|
|
|
(asdf:make-build :hello-lisp-system
|
|
:type :fasl
|
|
:monolithic t
|
|
:move-here "qt/")
|
|
(quit)
|