fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit f19221eb41577425d0780d12aa625a13ae6338fa parent 2273c79c39420dbbfd5d788934926daec3fd9e25 Author: John Hawthorn <john@hawthorn.email> Date: Sun, 13 Jan 2019 20:54:03 -0800 Rebuild config.h if config.def.h is newer Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -34,7 +34,7 @@ fzy: $(OBJECTS) %.o: %.c config.h $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -config.h: +config.h: src/config.def.h cp src/config.def.h config.h install: fzy