From 45be23beb4f6b33f1764c64817062b213fd45e7d Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 19 Jun 2016 18:03:47 -0700 Subject: Extract option parsing to separate file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3