ecl/examples/ecl_qt/build_static.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
165 B
Common Lisp

;;(require 'asdf)
(push "./" asdf:*central-registry*)
(asdf:make-build :lisp-envi
:type :static-library
:move-here "qt/")
(quit)