project64/Source/3rdParty/asmjit/tools/tablegen.sh

5 lines
77 B
Bash

#!/usr/bin/env sh
set -e
node ./tablegen-arm.js $@
node ./tablegen-x86.js $@