Add default git describe in makefile
This commit is contained in:
parent
375a607356
commit
b7d74cc99f
@ -2,6 +2,7 @@ ifndef DEBUG
|
||||
DEBUG=0
|
||||
endif
|
||||
|
||||
VERSION_FULL?=$(shell git describe)
|
||||
APPMAKE=build/application.mk VERSION_FULL=${VERSION_FULL}
|
||||
BOOTMAKE=build/bootloader.mk VERSION_FULL=${VERSION_FULL}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user