From dc74e503560aee5c0ff7bf8d515601b756eddfb3 Mon Sep 17 00:00:00 2001 From: Calvin Fuchs Date: Fri, 18 Jun 2021 03:11:07 +0200 Subject: [PATCH] Updated makefile to CPR --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 54ea43e..24fbf5b 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,13 @@ include $(DEVKITARM)/base_rules ################################################################################ IPL_LOAD_ADDR := 0x40003000 -LPVERSION_MAJOR := 3 -LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 5 +LPVERSION_MAJOR := 0 +LPVERSION_MINOR := 1 +LPVERSION_BUGFX := 0 ################################################################################ -TARGET := TegraExplorer +TARGET := CommonProblemResolver BUILDDIR := build OUTPUTDIR := output SOURCEDIR = source