
parser.rb: parser.y
	if [ "$(DEBUG)" = true ]; then \
	    racc -v -g -o$@ $< ;\
	else \
	    racc -E -o$@ $< ;\
	fi
