head	1.1;
access;
symbols;
locks
	hartzell:1.1; strict;
comment	@# @;


1.1
date	2002.11.26.19.32.59;	author hartzell;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@
# 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 -o sim4 -I. -O *.c -lm
clean:
	rm -f sim4 *.o
@
