3 --- Makefile.orig Sun Jan 21 22:15:47 1996
6 # Makefile for the UMB Scheme interpreter.
8 -CFLAGS = -g -O -pedantic -Wall
10 +#CFLAGS = -g -O -pedantic -Wall
15 io.o compiler.o eval.o architecture.o number.o\
16 fixnum.o bignum.o rational.o real.o complex.o
21 .PHONY: default tags print