mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
After the first build stage movie files to the qt/ directory (covered in *.lisp files and Makefile).
13 lines
377 B
Makefile
13 lines
377 B
Makefile
all:lisp-envi.a hello-lisp-system--all-systems.fasb
|
|
|
|
#lisp environment.
|
|
qt/lisp-envi.a: lisp-envi.asd lisp-envi.lisp build_static.lisp
|
|
ecl -load build_static.lisp
|
|
|
|
#your lisp system.
|
|
qt/hello-lisp-system--all-systems.fasb: hello-lisp-system.asd hello-lisp.lisp \
|
|
build_fasl.lisp
|
|
ecl -load build_fasl.lisp
|
|
|
|
clean:
|
|
-rm -f qt/hello-lisp-system--all-systems.fasb qt/lisp-envi.a
|