From 465ee18154534aedfda28e29130b1f2b8c2e5189 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 26 Jul 2014 10:13:13 +0200 Subject: introduce journal-notify.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 570c23e..810f921 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,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" >> $@ -journal-notify: journal-notify.c version.h +journal-notify: journal-notify.c journal-notify.h version.h $(CC) $(CFLAGS) -o journal-notify journal-notify.c README.html: README.md -- cgit v1.2.3-54-g00ecf