diff options
author | Christian Hesse <mail@eworm.de> | 2014-07-26 10:13:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-07-26 10:13:13 +0200 |
commit | 465ee18154534aedfda28e29130b1f2b8c2e5189 (patch) | |
tree | 0b3b333ac69b3670a4621f44af3cf4c47abcbb57 /Makefile | |
parent | 128860b5a7fa0bc2b3fe4b607952078c29ef8adc (diff) | |
download | journal-notify-465ee18154534aedfda28e29130b1f2b8c2e5189.tar.gz journal-notify-465ee18154534aedfda28e29130b1f2b8c2e5189.tar.zst |
introduce journal-notify.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |