Skip to content

Commit

Permalink
SGDK 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
andwn committed Feb 7, 2022
1 parent 74bdd61 commit 3929e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sgdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ BINTOS = $(TOOLSBIN)/bintos
RESCOMP = $(TOOLSBIN)/rescomp.jar
XGMTOOL = $(TOOLSBIN)/xgmtool
XGMROMBUILDER = $(TOOLSBIN)/xgmRomBuilder.jar
SIZEBND = $(TOOLSBIN)/sizebnd
SIZEBND = $(TOOLSBIN)/sizebnd.jar
LZ4W = $(TOOLSBIN)/lz4w.jar
APJ = $(TOOLSBIN)/apj.jar

SGDK_VER ?= v1.62
SGDK_VER ?= v1.70

.PHONY: all tools libmd clean

Expand Down Expand Up @@ -50,7 +50,7 @@ $(XGMROMBUILDER):
cp -f SGDK/bin/xgmRomBuilder.jar $@

$(SIZEBND):
gcc SGDK/tools/sizebnd/src/sizebnd.c -o $@
cp -f SGDK/bin/sizebnd.jar $@

$(LZ4W):
cp -f SGDK/bin/lz4w.jar $@
Expand Down

0 comments on commit 3929e08

Please sign in to comment.