Update Makefile

This commit is contained in:
RocketRobz 2024-02-26 19:08:50 -07:00
parent 3e01affd73
commit f34beef2bc

View File

@ -14,8 +14,8 @@ include $(DEVKITARM)/3ds_rules
# External tools # External tools
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
MAKEROM ?= ../makerom.exe MAKEROM ?= makerom.exe
BANNERTOOL ?= ../bannertool.exe BANNERTOOL ?= bannertool.exe
else else
MAKEROM ?= makerom MAKEROM ?= makerom