mirror of
https://github.com/asmjit/asmjit
synced 2026-06-08 13:13:30 +00: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 $@
|