fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 7f6a9a7547dcb73396e0c05a462d35080e32069a
parent aff754e467fdb463b6d6259f98c4d8a7df695186
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Mon, 25 Apr 2016 21:43:08 -0700

Add make check

Diffstat:
MMakefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -16,7 +16,8 @@ all: fzy fzytest: fzytest.o match.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ -test: fzytest +test: check +check: fzytest $(DEBUGGER) ./fzytest fzy: fzy.o match.o tty.o choices.o @@ -40,4 +41,4 @@ fmt: clean: $(RM) fzy fzytest *.o -.PHONY: test all clean install fmt +.PHONY: test check all clean install fmt