From 6c8bcf52d208cb85d8494b928ef0eba02cbfbe91 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Jun 2015 21:49:11 +0200 Subject: depend on dyndhcpd.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf