aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04826c3..0fa8c54 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,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}) > $@
udp514-journal: udp514-journal.c udp514-journal.h version.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o udp514-journal udp514-journal.c
+ $(CC) udp514-journal.c $(CFLAGS) $(LDFLAGS) -o udp514-journal
README.html: README.md
$(MD) README.md > README.html