aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-08 21:37:38 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-08 21:37:38 -0500
commitfe6d6863b20495995924e6dd328746df617571d5 (patch)
treea636558a27dd1e88b448f4b5b30e6c11c5d9ef7b /Makefile
parent33d773ff5a8154bb18c93c48b5a4607f2882bcdf (diff)
downloadrust-term-fe6d6863b20495995924e6dd328746df617571d5.tar.gz
rust-term-fe6d6863b20495995924e6dd328746df617571d5.zip
use unstable::finally::Finally instead of reimplementing it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1254cd0..1315c93 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RUSTC = rustc
MAIN_SOURCE = src/term.rs
-OTHER_SOURCES = src/hexes.rs src/ios.rs src/info.rs src/util.rs src/trie.rs src/guard.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