summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 18:03:47 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 18:03:47 -0700
commit45be23beb4f6b33f1764c64817062b213fd45e7d (patch)
tree2b736de10518d428a37a090fabad74c74cc10753 /Makefile
parent26452f2efa488df369263d2a5ff661147ede5640 (diff)
Extract option parsing to separate file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4e3db7..6d5e742 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
+OBJECTS=src/fzy.o src/match.o src/tty.o src/choices.o src/options.o
TESTOBJECTS=test/fzytest.c src/match.o src/choices.o
all: fzy