SRCS = postime.c diskcache.c postime_data.h: postime.tmp ./mkpostime postime.tmp: postime time rosh -c ./postime > postime.tmp (hostname; date) > tstmp postime: $(SRCS) gcc -Wall -I../etc -O2 $(SRCS) -o $@ clean: rm -f postime postime.tmp postime_data.h a.out core ../obj/* ../obj.*/*