diff options
author | garak <garakmon@gmail.com> | 2019-07-30 16:20:20 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-07-30 16:20:20 -0400 |
commit | 02f4d3e4200292d484f81f2563d48d7a1ccdf4bb (patch) | |
tree | 968090decae790840dbf057aa7f0ab763f68112f /build_tools_mac.sh | |
parent | b8393b3a799f92e7064c266600607d98f6baf4d9 (diff) |
add jsonproc tool
Diffstat (limited to 'build_tools_mac.sh')
-rwxr-xr-x | build_tools_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools_mac.sh b/build_tools_mac.sh index f9b758850..4ea70952e 100755 --- a/build_tools_mac.sh +++ b/build_tools_mac.sh @@ -7,3 +7,4 @@ make -C tools/rsfont CXX=clang++ make -C tools/aif2pcm CXX=clang++ make -C tools/ramscrgen CXX=clang++ make -C tools/gbafix CXX=clang++ +make -C tools/jsonproc CXX=clang++ |