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