Browse Source

make run now pushes the binary to any console waiting for

Eiyeron Fulmincendii 9 years ago
parent
commit
1cdd490d49
1 changed files with 4 additions and 3 deletions
  1. 4 3
      platform/3ds/rules.mk

+ 4 - 3
platform/3ds/rules.mk

@@ -15,9 +15,9 @@ LDFLAGS += -specs=3dsx.specs -g -march=armv6k -mtune=mpcore -mfloat-abi=hard $(A
 
 
 CFLAGS_COMMON += -DTARGET_3DS=1 -DARM11 -D_3DS -fno-rtti -fno-exceptions
 CFLAGS_COMMON += -DTARGET_3DS=1 -DARM11 -D_3DS -fno-rtti -fno-exceptions
 
 
-APP_TITLE		:= SF2DLIB sample
-APP_DESCRIPTION	:= SF2DLIB sample
-APP_AUTHOR		:= xerpi
+APP_TITLE		:= WalrusRPG
+APP_DESCRIPTION	:= Here we go, fellows.
+APP_AUTHOR		:= Eiyeron
 
 
 CC = arm-none-eabi-gcc
 CC = arm-none-eabi-gcc
 CPP = arm-none-eabi-g++
 CPP = arm-none-eabi-g++
@@ -25,3 +25,4 @@ CPP = arm-none-eabi-g++
 EXE = $(OUT)/$(NAME).3dsx
 EXE = $(OUT)/$(NAME).3dsx
 
 
 run: all
 run: all
+	3dslink $(EXE)