kubo/mk/git.mk
Jakub Sztandera c8c0c48e2d mk: change git-hash command to include information about modifications
With this command we will get hash information as well as information if
build was made using uncommited files.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-03-07 00:42:19 +01:00

3 lines
81 B
Makefile

git-hash:=$(shell git describe --always --match=NeVeRmAtCh --dirty 2>/dev/null)