X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/5c4e9900e27e8362e5478e80d1870c251cf5b277..c79e8dd5d161722105ceffaef9096fd7f7c836f7:/Makefile diff --git a/Makefile b/Makefile index 1335df6..b4539ba 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ cl-fringe: cl-fringe.fasl ###-------------------------------------------------------------------------- ### F#. -FSC = fsc +FSC = fsharpc FSCFLAGS = CLEANFILES += *.exe .SUFFIXES: .fs .exe @@ -138,7 +138,7 @@ f\#-fringe: f\#-fringe.exe ### Scheme. SCMC = csc -SCMFLAGS = -c -O2 +SCMFLAGS = -c -O2 .SUFFIXES: .scm .scm.o:; $(call v_echo,SCMC)$(SCMC) $(SCMFLAGS) -o $@ $<