11 lines
540 B
Diff
11 lines
540 B
Diff
--- ./Makefile 2020-12-13 17:22:13.494008996 +0000
|
|
+++ ./fzy-1.0-Makefile 2020-12-13 17:44:29.695428816 +0000
|
|
@@ -11,7 +11,6 @@
|
|
INSTALL_PROGRAM=$(INSTALL)
|
|
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
|
|
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 test/test_choices.c test/test_match.c src/match.o src/choices.o src/options.o $(THEFTDEPS)
|