ecl/examples/ecl_qt/build_fasl.lisp
Daniel Kochmański 4dd7ec150b example: ecl_qt: move files to qt/
After the first build stage movie files to the qt/ directory (covered
in *.lisp files and Makefile).
2016-08-13 12:51:43 +02:00

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)