Skip to content

Commit dc74e50

Browse files
author
Calvin Fuchs
committed
Updated makefile to CPR
1 parent 2edf471 commit dc74e50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 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
13-
LPVERSION_MINOR := 0
14-
LPVERSION_BUGFX := 5
12+
LPVERSION_MAJOR := 0
13+
LPVERSION_MINOR := 1
14+
LPVERSION_BUGFX := 0
1515

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

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

0 commit comments

Comments
 (0)