fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit ed6c43cc2e631e231041bafe7e9ff4cf8eb5cdd3 parent c7f66799f68416d50291a04f2d3b6f1e2932368a Author: John Hawthorn <john.hawthorn@gmail.com> Date: Tue, 26 Apr 2016 12:20:06 -0700 Partly revert Makefile compatibility Apparently GNU make doesn't like adding dependencies on that style of pattern rule specification. This reverts part of c7f66799f68416d50291a04f2d3b6f1e2932368a Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ check: fzytest fzy: $(OBJECTS) $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $(OBJECTS) -.c.o: config.h +%.o: %.c config.h $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< config.h: