X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/b3cbee25bc4ead4911b04a411d1c590f87467f63..5ec07cea0bbfaade88d362c1b4c371c627dfaccd:/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#.