aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f57824e..9a6183e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CP := cp
SED := sed
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.7.6
+VERSION := 0.7.9
.DELETE_ON_ERROR:
@@ -21,7 +21,7 @@ bin/ykfde: bin/ykfde.c config.h version.h
bin/ykfde-cpio: bin/ykfde-cpio.c config.h version.h
$(MAKE) -C bin ykfde-cpio
-config.h: config.def.h
+config.h:
$(CP) config.def.h config.h
version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile