diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 21:57:44 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 21:57:44 -0700 |
commit | 7c90fe68b557d32b65955ffd18e2e79585a7282b (patch) | |
tree | 1713fa7b087c83cd68669a46389bd3b35ae8b840 /default.bld | |
parent | 78118e3b515ea5268205b4f56d914900a9535c88 (diff) | |
download | stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.gz stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.bz2 stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.xz stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.zip |
Getting closer.
Real turing-complete code is coming soon
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.bld b/default.bld index 296453f..b3d2794 100644 --- a/default.bld +++ b/default.bld | |||
@@ -7,6 +7,8 @@ target "stage" | |||
7 | 7 | ||
8 | FLEXFLAGS="-osrc/parser.yy.c"; | 8 | FLEXFLAGS="-osrc/parser.yy.c"; |
9 | BISONFLAGS="-d"; | 9 | BISONFLAGS="-d"; |
10 | |||
11 | LDFLAGS += "-lbu++"; | ||
10 | } | 12 | } |
11 | 13 | ||
12 | /* | 14 | /* |