From 15b29a48af2175f620d0acad00bac59d2d5d8630 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 31 Jan 2017 18:06:42 -0800 Subject: Pass options to choices_init --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e75f20e..c0a37b5 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INSTALL_DATA=${INSTALL} -m 644 LIBS=-lpthread 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 +TESTOBJECTS=test/fzytest.c src/match.o src/choices.o src/options.o all: fzy -- cgit v1.2.3