compare.exe: compare.o
	bind compare 
compare.o: compare.c

filecrc.exe: filecrc.o exec.o
	bind filecrc exec
filecrc.o: filecrc.c

.c.o:
	c88 $*
	
.o.exe:
	bind $*
	
.crowded
