From 68a00bd5bce9fcdd1580b7e8f036f0925375a854 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sun, 25 Jan 2015 14:46:09 -0800 Subject: [PATCH] Update for template changes. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b9c5b68..20fef4e 100644 --- a/Makefile +++ b/Makefile @@ -60,12 +60,12 @@ LIBS := -lctru -lm #--------------------------------------------------------------------------------- LIBDIRS := $(CTRULIB) ./lib -MAKEROM = $(TOPDIR)/tools/makerom -BANNERTOOL = $(TOPDIR)/tools/bannertool - ifeq ($(OS),Windows_NT) - MAKEROM += .exe - BANNERTOOL += .exe + MAKEROM = $(TOPDIR)/tools/makerom.exe + BANNERTOOL = $(TOPDIR)/tools/bannertool.exe +else + MAKEROM = $(TOPDIR)/tools/makerom + BANNERTOOL = $(TOPDIR)/tools/bannertool endif