aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 02:38:12 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 02:38:12 -0500
commit10a479876f12221a20390697c3874b71c07af73a (patch)
treeb155239ea87f2081b48b9f67edcf07af2efccc59 /Makefile
parent7ac0735caa05ea48e8ad14ec9120f4fd2b8bdcbd (diff)
downloadrust-term-10a479876f12221a20390697c3874b71c07af73a.tar.gz
rust-term-10a479876f12221a20390697c3874b71c07af73a.zip
move the high-level 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 152fe5f..360ad8a 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 src/trie.rs
+OTHER_SOURCES = src/hexes.rs src/ios.rs src/info.rs src/util.rs src/trie.rs
TESTS = bin/termios bin/termios2 bin/termios3 bin/rl bin/password bin/attrs bin/tput
all: build tests