From 730b6ad7bbd00e90930eefd2d37ce10149ba58bd Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 13 Jan 2019 20:54:03 -0800 Subject: Rebuild config.h if config.def.h is newer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d23118..c1f6234 100644 --- 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 -- cgit v1.2.3