Skip to content

Commit c2ea798

Browse files
committed
changed name
1 parent 2f25506 commit c2ea798

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ include $(DEVKITARM)/base_rules
99
################################################################################
1010

1111
IPL_LOAD_ADDR := 0x40003000
12-
LPVERSION_MAJOR := 3
12+
LPVERSION_MAJOR := 0
1313
LPVERSION_MINOR := 0
14-
LPVERSION_BUGFX := 5
14+
LPVERSION_BUGFX := 1
1515

1616
################################################################################
1717

18-
TARGET := TegraExplorer
18+
TARGET := CPR
1919
BUILDDIR := build
2020
OUTPUTDIR := output
2121
SOURCEDIR = source

0 commit comments

Comments
 (0)