CFLAGS = -O
icomp: dec.o decpri.o dprint.o hash.o main.o lex.o mprint.o mstrin.o print.o string.o tprint.o
	cc -o icomp *.o -ll
	mv icomp $$C/icomp
lex.o: lex.l
	lex -v lex.l
	ed - lex.yy.c <repair.ed
	mv lex.yy.c lex.c
	cc -c -O lex.c
	rm lex.c
dec.o decpri.o dprint.o hash.o main.o mprint.o mstrin.o print.o string.o tprint.c: extern.h
dec.o decpri.o dprint.o hash.o main.o mprint.o mstrin.o print.o string.o tprint.c: icdef.h
