all:
	gcc reformat.c -o reformat

clean:
	rm -f core *~ reformat
