mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
"${NINJA:-ninja}" -C build clang-format
|