summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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