ecl/examples/ecl_qt/Makefile
2016-08-13 12:52:47 +02:00

13 lines
384 B
Makefile

all: qt/lisp-envi.a qt/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