diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-05 22:20:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-05 22:20:45 +0200 |
commit | 9e16002f57c849e0a370ef313f41000ea26303a2 (patch) | |
tree | 2e03bb31af9b948387f0726de441f14386390ffd | |
parent | 3cdc72ad068b9e63295e3d2f941da403690ad966 (diff) |
config.mk: Use git describe --dirty
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE ?= feh -VERSION ?= ${shell git describe} +VERSION ?= ${shell git describe --dirty} # Prefix for all installed files PREFIX ?= /usr/local |