summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-06-04 21:49:11 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-06-04 21:49:11 +0200
commit6c8bcf52d208cb85d8494b928ef0eba02cbfbe91 (patch)
tree75a865a2910cad55caa19c82e8027facff9403bd /Makefile
parenta72401cc95007729f267df9b79b7078542b28c8d (diff)
downloaddyndhcpd-6c8bcf52d208cb85d8494b928ef0eba02cbfbe91.tar.gz
dyndhcpd-6c8bcf52d208cb85d8494b928ef0eba02cbfbe91.tar.zst
depend on dyndhcpd.h
Diffstat (limited to 'Makefile')
-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