X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/b3cbee25bc4ead4911b04a411d1c590f87467f63..652d4a587e0ab95a9673ca1c8fd6f109a0df6a25:/Makefile diff --git a/Makefile b/Makefile index 8ea4f74..86e5616 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,12 @@ icon-fringe: icon-fringe.icn ###-------------------------------------------------------------------------- ### Common Lisp. +CLEANFILES += *.core + LANGS += cl cl-fringe: cl-fringe.lisp - cl-launch -R -o $@ -f `pwd`/$^ +## cl-launch -R -o $@ -f `pwd`/$^ -- slow to start + cl-launch -o $@ -f `pwd`/$^ +I -r launch -d $@.core ###-------------------------------------------------------------------------- ### F#.