Various files: Whitespace fixes.
[fringe] / Makefile
index 1335df6..26b54df 100644 (file)
--- 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 $@ $<