mirror of
https://github.com/italicsjenga/gba.git
synced 2025-02-02 20:56:39 +11:00
[upd] Improve the APP_NAME being null
This commit is contained in:
parent
326db6990a
commit
862f038986
1 changed files with 5 additions and 0 deletions
5
init.sh
5
init.sh
|
@ -1,6 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
APP_NAME=$1
|
||||
if [ -z "$APP_NAME"]
|
||||
then
|
||||
APP_NAME="rust-console-hello"
|
||||
fi
|
||||
|
||||
TARGET="thumbv4-none-agb"
|
||||
CRT_LOCAL="crt0.s"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue