build parser first so parser.tab.hh will exist

git-svn-id: svn://anubis/jtlc/trunk@19 f5bc74b8-7b62-4e90-9214-7121d538519f
This commit is contained in:
josh 2010-01-13 22:41:26 +00:00
parent bf1baf16e6
commit ba841d3bcf

View File

@ -11,7 +11,7 @@ export CXXFLAGS := -Wall -O2
LDFLAGS := -lfl
SUBDIRS := main parser nodes
SUBDIRS := parser main nodes
all: $(TARGET)