Skip to content

Commit c93ee81

Browse files
committed
Remove unused defines
1 parent 77fde0d commit c93ee81

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LATESTTAG := $(shell git describe --tags $(shell git rev-list --tags --max-count
3838
APP_TITLE := Ultimate Mod Manager
3939
APP_AUTHOR := Genwald, jugeeya, jam1garner
4040
ICON := icon.jpg
41-
APP_VERSION := ${LATESTTAG}
41+
APP_VERSION := $(LATESTTAG)
4242

4343
ifneq ($(strip $(GITREV)),)
4444
GITTAG := $(shell git describe --tags $(GITREV) 2>/dev/null)
@@ -62,10 +62,7 @@ EXEFS_SRC := exefs_src
6262
ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE
6363

6464
CFLAGS := -g -Wall -O3 -ffunction-sections \
65-
$(ARCH) $(DEFINES) \
66-
-DVERSION_MAJOR=${VERSION_MAJOR} \
67-
-DVERSION_MINOR=${VERSION_MINOR} \
68-
-DVERSION_MICRO=${VERSION_MICRO}
65+
$(ARCH) $(DEFINES)
6966

7067
CFLAGS += $(INCLUDE) -D__SWITCH__ -DVERSION_STRING="\"$(APP_VERSION)\""
7168

0 commit comments

Comments
 (0)