summaryrefslogtreecommitdiff
path: root/bnf/Makefile
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-09-26 22:39:25 +0800
committerJohn Hodge <tpg@mutabah.net>2015-09-26 22:39:25 +0800
commitbe427e449c1d492050279311ccecc3de8b17e838 (patch)
treea2b6f2e3fbdef2ae003700578c339da8559ea2ca /bnf/Makefile
parent0121cefaec3f14a5f35ac84321787e01849585e0 (diff)
downloadmrust-be427e449c1d492050279311ccecc3de8b17e838.tar.gz
BNF - Improvements, partially parsing std now
Diffstat (limited to 'bnf/Makefile')
-rw-r--r--bnf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bnf/Makefile b/bnf/Makefile
index ad8aaf7d..cbfffef4 100644
--- a/bnf/Makefile
+++ b/bnf/Makefile
@@ -4,8 +4,10 @@
OBJS := main.o rust.tab.o rust.lex.o
+RUSTSRC := ../../rust_os/rustc_src/
+
TSTFILES := ../samples/1.rs
-TSTFILES += ../../rust_os/rustc_src/libcore/lib.rs
+TSTFILES += $(addprefix $(RUSTSRC), libcore/lib.rs libstd/lib.rs)