Files
mm/tools/warnings_count/update_current_warnings.sh
T
2025-01-29 21:16:26 -08:00

15 lines
508 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# This script should only be used when we need to modify the accepted amount of warnings.
DIR="$(dirname "$(readlink -f "$0")")"
cd "$DIR/../.."
make distclean
make setup 2> tools/warnings_count/warnings_setup_current.txt
make assets 2> tools/warnings_count/warnings_assets_current.txt
make disasm 2> tools/warnings_count/warnings_disasm_current.txt
make rom 2> tools/warnings_count/warnings_build_current.txt
make compress 2> tools/warnings_count/warnings_compress_current.txt