From ba841d3bcf4139a5ad5a9d291f349229eb0335e4 Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 13 Jan 2010 22:41:26 +0000 Subject: [PATCH] build parser first so parser.tab.hh will exist git-svn-id: svn://anubis/jtlc/trunk@19 f5bc74b8-7b62-4e90-9214-7121d538519f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3f7a28..5f16a45 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ export CXXFLAGS := -Wall -O2 LDFLAGS := -lfl -SUBDIRS := main parser nodes +SUBDIRS := parser main nodes all: $(TARGET)