diff options
author | Christian Hesse <mail@eworm.de> | 2015-06-04 21:49:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-06-04 21:49:11 +0200 |
commit | 6c8bcf52d208cb85d8494b928ef0eba02cbfbe91 (patch) | |
tree | 75a865a2910cad55caa19c82e8027facff9403bd /Makefile | |
parent | a72401cc95007729f267df9b79b7078542b28c8d (diff) | |
download | dyndhcpd-6c8bcf52d208cb85d8494b928ef0eba02cbfbe91.tar.gz dyndhcpd-6c8bcf52d208cb85d8494b928ef0eba02cbfbe91.tar.zst |
depend on dyndhcpd.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |