summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-04-03 02:11:20 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-04-03 02:12:33 -0700
commitdfe82eb18d19f7cde3c0f0099718af06c94c314c (patch)
tree21e0b728d9119dbfaabe11d4d33fba7ce8047bdf /Makefile
parent13eb8385d4cc4e943a88a97c348385620f20efc6 (diff)
Add theft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a5424e..24b7b29 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ 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 src/options.o
+THEFTDEPS = deps/theft/theft.o deps/theft/theft_bloom.o deps/theft/theft_mt.o deps/theft/theft_hash.o
+TESTOBJECTS=test/fzytest.c test/test_properties.c src/match.o src/choices.o src/options.o $(THEFTDEPS)
all: fzy