From 0297b0a14b7b0ff7cbdcda7c967e095089ce65cd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Mar 2013 00:31:53 -0500 Subject: abstract this out --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf