Makefile 93 Bytes
depend:racc

racc:
	gem install racc
	rex bin/tokenizer.rex -o bin/tokenizer.rb

.PHONY:racc