fzy

terminal fuzzy finder picker

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

commit 081844239bb7ec95f93fa11bf143b65af15e6ca7
parent e88da6e19c0239c8ff35861d1cd9cf1ea905d255
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Tue,  4 Apr 2017 23:42:01 -0700

Clean .o from deps in make clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -49,7 +49,7 @@ fmt: clang-format -i src/*.c src/*.h clean: - rm -f fzy test/fzytest src/*.o + rm -f fzy test/fzytest src/*.o deps/*/*.o veryclean: clean rm -f config.h