mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Makefile: do not append master branch name
This commit is contained in:
parent
1b4fe4e13d
commit
ad242cf9b9
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ endif
|
||||||
ifndef EXENAME
|
ifndef EXENAME
|
||||||
base:=ringracers
|
base:=ringracers
|
||||||
branch:=$(shell git symbolic-ref -q --short HEAD)
|
branch:=$(shell git symbolic-ref -q --short HEAD)
|
||||||
EXENAME:=$(base)$(call _,$(branch))$(exesuffix)
|
EXENAME:=$(base)$(call _,$(filter-out master,$(branch)))$(exesuffix)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DBGNAME?=$(EXENAME).debug
|
DBGNAME?=$(EXENAME).debug
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue