1
0
Fork 0
mirror of https://github.com/italicsjenga/gba.git synced 2025-02-23 23:07:49 +11:00

[upd] Improve the APP_NAME being null

This commit is contained in:
Joel Santos 2018-11-18 15:37:21 +00:00
parent 326db6990a
commit 862f038986

View file

@ -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"