summaryrefslogtreecommitdiff
path: root/build_tools.sh
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-21 20:47:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-21 20:47:44 -0400
commitba0fe59140dfe76c77e60746396326115a9c460e (patch)
tree5fe9b6d72f9a4b3d7c9c1bbe78904780b9ae7d30 /build_tools.sh
parent010db05e735e0ac11efcf0d800205324cc0f2be9 (diff)
Fix building and update build instructions
Diffstat (limited to 'build_tools.sh')
-rwxr-xr-xbuild_tools.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh
index 212df96e7..f64b01573 100755
--- a/build_tools.sh
+++ b/build_tools.sh
@@ -8,3 +8,4 @@ make -C tools/ramscrgen CXX=${1:-g++}
make -C tools/rsfont CXX=${1:-g++}
make -C tools/scaninc CXX=${1:-g++}
make -C tools/mapjson CXX=${1:-g++}
+make -C tools/jsonproc CXX=${1:-g++}