From b86959df36a2edd03965157b5379fb7674d06476 Mon Sep 17 00:00:00 2001 From: pradyun Date: Fri, 17 Mar 2023 10:37:05 +1300 Subject: [PATCH] Update makefile to not remove smdh Got a new 3ds :) --- Makefile | 2 +- upload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e61601a..e1559e3 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,7 @@ endif #--------------------------------------------------------------------------------- clean: @echo clean ... - @rm -fr $(BUILD) $(TARGET).3dsx $(OUTPUT).smdh $(TARGET).elf $(GFXBUILD) + @rm -fr $(BUILD) $(TARGET).3dsx $(TARGET).elf $(GFXBUILD) #--------------------------------------------------------------------------------- $(GFXBUILD)/%.t3x $(BUILD)/%.h : %.t3s diff --git a/upload.sh b/upload.sh index 80147cd..b2561ae 100755 --- a/upload.sh +++ b/upload.sh @@ -1,2 +1,2 @@ # need to have ftpd open for this -curl -T Flappy3DS.3dsx ftp://192.168.88.172:5000/3ds/breadbrew/ \ No newline at end of file +curl -T Flappy3DS.3dsx ftp://192.168.88.131:5000/3ds/ \ No newline at end of file