CFLAGS=	-O
.c.out:
	cc -O -o $@ $*.c
.c.lint:
	lint $@ | tee $*.lint
