mirror of
https://github.com/RPCS3/asmjit.git
synced 2026-07-19 13:27:34 -04:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
node ./tablegen-arm.js $@
|
|
node ./tablegen-x86.js $@
|