title : 2.c
	gcc -Wall -ansi -o $@ $<

.PHONY: clean beauty

clean:
	-rm -f title *~

beauty:
	indent -kr *.c