summaryrefslogtreecommitdiff
path: root/build_tools.sh
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-10 12:22:40 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-10 12:22:40 -0500
commit69484fa8da6d4c1917375a1e3ce5bbe49565408b (patch)
tree9d5efc45126b2ece6d8251ac032058df1d9e2baa /build_tools.sh
Initial commit
Diffstat (limited to 'build_tools.sh')
-rwxr-xr-xbuild_tools.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh
new file mode 100755
index 0000000..ebad8c5
--- /dev/null
+++ b/build_tools.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+make -C tools/gbafix CXX=${1:-g++}
+make -C tools/scaninc CXX=${1:-g++}