
build:
	flex rdex.lpp
	g++ -o rdex rdex.cpp lex.yy.c

.PHONY: build
