ecl/examples/ecl_qt/Makefile
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

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