all: w
	echo All up to date.

w: w.c
	cc -Ofast -g -o w -Wall w.c

