mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -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/aif2pcm clean
|
|
make -C tools/ramscrgen clean
|
|
make -C tools/gbafix clean
|