aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-07-26 10:13:13 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-07-26 10:13:13 +0200
commit465ee18154534aedfda28e29130b1f2b8c2e5189 (patch)
tree0b3b333ac69b3670a4621f44af3cf4c47abcbb57 /Makefile
parent128860b5a7fa0bc2b3fe4b607952078c29ef8adc (diff)
downloadjournal-notify-465ee18154534aedfda28e29130b1f2b8c2e5189.tar.gz
journal-notify-465ee18154534aedfda28e29130b1f2b8c2e5189.tar.zst
introduce journal-notify.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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