Update Makefile

This commit is contained in:
TuxSH 2016-05-21 22:59:14 +02:00
parent a6dc3c8fc7
commit 859944dc8e

View File

@ -12,7 +12,7 @@ LD := arm-none-eabi-ld
OC := arm-none-eabi-objcopy
name := Luma3DS
revision := $(shell git describe --tags --match v[0-9]*)
revision := $(shell git describe --tags --match v[0-9]* --abbrev=8 | sed 's/-[0-9]*-g/-/i')
dir_source := source
dir_patches := patches