mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-25 15:44:28 -05:00
10 lines
231 B
Bash
Executable File
10 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
make -C tools/gbagfx clean
|
|
make -C tools/scaninc clean
|
|
make -C tools/preproc clean
|
|
make -C tools/bin2c clean
|
|
make -C tools/rsfont clean
|
|
make -C tools/wav2agb clean
|
|
make -C tools/ramscrgen clean
|
|
make -C tools/gbafix clean
|