CFLAGS=-O2
happy:neostat

checkin:
	ci -l neostat.c

tidy:checkin
	indent -i2 -ts0 neostat.c

clean:
	/bin/rm -rf *.bak *~ a.out core neostat 
