diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-04 22:21:39 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-04 22:21:39 -0500 |
commit | 5b5fedfc78a9f2751d001a92c65be86e3ffefcc1 (patch) | |
tree | e1357a59a3d98cf1e976f948f98d799f87a00bf3 /clean_tools.sh | |
parent | ab06b56532026db85a9cba1c21c8b2235fcdf222 (diff) | |
parent | f0e98a9204bf19981c0c9652bc9ed82ae95438e4 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'clean_tools.sh')
-rwxr-xr-x | clean_tools.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clean_tools.sh b/clean_tools.sh new file mode 100755 index 000000000..7062a2124 --- /dev/null +++ b/clean_tools.sh @@ -0,0 +1,8 @@ +#!/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 |