From c2ea79856228792a847be3fe2468a203eeb5ac36 Mon Sep 17 00:00:00 2001 From: Slluxx Date: Wed, 16 Jun 2021 21:57:17 +0200 Subject: [PATCH] changed name --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 54ea43e..4b9fd6e 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,13 @@ include $(DEVKITARM)/base_rules ################################################################################ IPL_LOAD_ADDR := 0x40003000 -LPVERSION_MAJOR := 3 +LPVERSION_MAJOR := 0 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 5 +LPVERSION_BUGFX := 1 ################################################################################ -TARGET := TegraExplorer +TARGET := CPR BUILDDIR := build OUTPUTDIR := output SOURCEDIR = source