aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 542bcc5..d6d69e4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile
printf "#ifndef VERSION\n#define VERSION \"%s\"\n#endif\n" $(shell git describe --long 2>/dev/null || echo ${VERSION}) > $@
dyndhcpd: dyndhcpd.c dyndhcpd.h config.h version.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o dyndhcpd dyndhcpd.c
+ $(CC) dyndhcpd.c $(CFLAGS) $(LDFLAGS) -o dyndhcpd
README.html: README.md
$(MD) README.md > README.html