regex : prvi.c
	gcc -Wall -ansi -o $@ $<

.PHONY: clean beauty

clean:
	-rm -f regex *~

beauty:
	indent -kr *.c