all: $(SHLIB)

$(SHLIB): gramLatex.tab.c

# To edit the grammar, you'll need bison v. 3.x or higher.

gramLatex.tab.c: parser/gramLatex.y
	bison parser/gramLatex.y
