mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
Updated example file in init.sh
This commit is contained in:
parent
1468373ff7
commit
fb80627c94
4
init.sh
4
init.sh
|
@ -30,8 +30,8 @@ mv linker.ld $APP_NAME/linker.ld
|
||||||
|
|
||||||
# substitute cargo main file with a new basic one
|
# substitute cargo main file with a new basic one
|
||||||
rm -rf $APP_NAME/src/main.rs
|
rm -rf $APP_NAME/src/main.rs
|
||||||
wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello1.rs
|
wget https://raw.githubusercontent.com/rust-console/gba/master/examples/hello_world.rs
|
||||||
mv hello1.rs $APP_NAME/src/main.rs
|
mv hello_world.rs $APP_NAME/src/main.rs
|
||||||
|
|
||||||
# setup make file
|
# setup make file
|
||||||
echo -e "CRT_FILE=$(echo $CRT_LOCAL)
|
echo -e "CRT_FILE=$(echo $CRT_LOCAL)
|
||||||
|
|
Loading…
Reference in a new issue