
# For better performance, replace ``-O'' with whatever
# the best optimization flag is for your computer.
# For Sun's compilers under Solaris, ``-fast'' works well.
# For gcc, ``-O2'' works well.

sim4:
	cc -O0 -o sim4 -I. -g *.c -lm
clean:
	rm -f sim4 *.o
