X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/1a6b8421eab718d5f2b09d523f8f64a6fadbc422..226de6c60bf985dbec6ef025f3759b7d1795655d:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 1335df6..26b54df 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $<