gvsu/cs675/bottomup/Makefile
josh 64396d1559 svn:ignore set on bottomup directory, added Evaluator
git-svn-id: svn://anubis/gvsu@111 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-06-01 19:02:14 +00:00

11 lines
131 B
Makefile

all: sablecc
.PHONY: sablecc
sablecc:
sablecc arithmetic.grammar
.PHONY: run
run:
java jholtrop.gvsu.cs675.bottomup.Evaluator