From 859944dc8e27c573ebfdc0dddd094ce47a9b1b8e Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 21 May 2016 22:59:14 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b477dff..1966720 100644 --- a/Makefile +++ b/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