izvrsni: lex.yy.c
	gcc -Wall -o $@ $<
lex.yy.c: 01.l
	flex $<

.PHONY: clean

clean:
	-rm -rf *~ lex.yy.c izvrsni