summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 23:08:00 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 23:08:00 -0700
commit52f091dfd559ba6f4ad9ddeb40411423c4914cd4 (patch)
tree4de7747cda29f1408feb0fa28d4a745b0a6917fa /Makefile
parentfbf5f7a2d388a1fe9f4f8386e5db006bd7acf8c6 (diff)
Extract tty interface to own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d5e742..5ccac95 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ INSTALL=install
INSTALL_PROGRAM=$(INSTALL)
INSTALL_DATA=${INSTALL} -m 644
-OBJECTS=src/fzy.o src/match.o src/tty.o src/choices.o src/options.o
+OBJECTS=src/fzy.o src/match.o src/tty.o src/choices.o src/options.o src/tty_interface.o
TESTOBJECTS=test/fzytest.c src/match.o src/choices.o
all: fzy