summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e0089d..5fcd792 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile
echo "#define VERSION \"$(shell git describe --tags --long 2>/dev/null || echo ${VERSION})\"" >> $@
echo "#endif" >> $@
-dyndhcpd: dyndhcpd.c config.h version.h
+dyndhcpd: dyndhcpd.c dyndhcpd.h config.h version.h
$(CC) $(CFLAGS) -o dyndhcpd dyndhcpd.c
README.html: README.md