mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-09-15 04:35:43 -05:00
12 lines
280 B
Bash
Executable File
12 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -R /home/builder/pokemon_gen3_to_genx/. .
|
|
|
|
make -f Makefile.arm9 clean
|
|
make -f Makefile.arm9 2>&1 >/dev/null | grep ^$(pwd);
|
|
|
|
mkdir -p /home/builder/pokemon_gen3_to_genx/out
|
|
cp FPS_Editing_Testing.nds /home/builder/pokemon_gen3_to_genx/out/fps_editing_testing.nds
|
|
|
|
|