summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 20:26:09 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 20:53:52 -0700
commit8417e77d7b60c220f28ac25f2812ea79509dfd99 (patch)
tree8d9144a964976084e58a29ab6e38e629fb5e8c9b /Makefile
parent854c2bdd159b5ca1d10db2603fcb448ebe8fdcba (diff)
Fix divide by zero on empty choices list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37f9b54..25fc0ea 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ INSTALL_DATA=${INSTALL} -m 644
all: fzy fzytest
-fzytest: fzytest.o match.o
+fzytest: fzytest.o match.o choices.o
$(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^
test: fzytest