Update Makefile
This commit is contained in:
parent
a6dc3c8fc7
commit
859944dc8e
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user