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

.PHONY: clean beauty

clean:
	-rm -f automata *~

beauty:
	indent -kr *.c