Commit 9e16002f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

config.mk: Use git describe --dirty

parent 3cdc72ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PACKAGE ?= feh
VERSION ?= ${shell git describe}
VERSION ?= ${shell git describe --dirty}

# Prefix for all installed files
PREFIX ?= /usr/local