CFLAGS	= -O
timez:	timez.o
	cc -O -o timez timez.o
ranlib:	ranlib.o
	cc -O -o ranlib ranlib.o
