summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-01-13 20:54:03 -0800
committerJohn Hawthorn <john@hawthorn.email>2019-02-02 21:40:13 -0800
commit730b6ad7bbd00e90930eefd2d37ce10149ba58bd (patch)
treef8f4d03f3d15e813faec5de999c2502f5a5adb7f
parent3027259581509f4aa901d6e77743c8a3c4dbbbc7 (diff)
Rebuild config.h if config.def.h is newer
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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