protobuf/parser.rb: protobuf/parser.ry
	racc -o $@ $^

test: ../src/protobuf/parser.rb
	ruby test_main.rb

.PHONY: test
