aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-21 00:31:53 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-21 00:31:53 -0500
commit0297b0a14b7b0ff7cbdcda7c967e095089ce65cd (patch)
tree86c590b0841461e2995eb3a3a17d363637ada395 /Makefile
parente2a09fb5c6d822cf46a28ca371a7c426994e31c8 (diff)
downloadrust-term-0297b0a14b7b0ff7cbdcda7c967e095089ce65cd.tar.gz
rust-term-0297b0a14b7b0ff7cbdcda7c967e095089ce65cd.zip
abstract this out
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 434d288..08ce194 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RUSTC = rustc
MAIN_SOURCE = src/term.rs
-OTHER_SOURCES = src/ios.rs src/info.rs
+OTHER_SOURCES = src/ios.rs src/info.rs src/util.rs
TESTS = bin/termios bin/termios2 bin/termios3 bin/rl
all: build tests