

test: arith.pl
	perl ./main.pl < TEST

arith.pl: arith.output
	py arith.output

arith.output: arith.y
	bison -v arith.y

dist: ../arith.tar.gz

../arith.tar.gz: .
	tar czhvf ../arith.tar.gz .
