mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
9 lines
260 B
Bash
Executable File
9 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
make -C tools/gbagfx CXX=${1:=g++}
|
|
make -C tools/scaninc CXX=${1:=g++}
|
|
make -C tools/preproc CXX=${1:=g++}
|
|
make -C tools/bin2c CXX=${1:=g++}
|
|
make -C tools/rsfont CXX=${1:=g++}
|
|
make -C tools/aif2pcm CXX=${1:=g++}
|
|
make -C tools/ramscrgen CXX=${1:=g++}
|