aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-01 21:08:24 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-01 21:08:24 -0500
commitfabcb790ede272334789673774d945b4785909a7 (patch)
tree0393d34af04747606cc4922d23e2de536b1d2e13 /Makefile
parent49a5da6f8e65a41a02956def8080257ef584d0d3 (diff)
downloadrust-term-fabcb790ede272334789673774d945b4785909a7.tar.gz
rust-term-fabcb790ede272334789673774d945b4785909a7.zip
move the trie stuff to a separate module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa4ac38..8e18cbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RUSTC = rustc
MAIN_SOURCE = src/term.rs
-OTHER_SOURCES = src/ios.rs src/info.rs src/util.rs
+OTHER_SOURCES = src/ios.rs src/info.rs src/util.rs src/trie.rs
TESTS = bin/termios bin/termios2 bin/termios3 bin/rl
all: build tests