mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
6 lines
41 B
Bash
6 lines
41 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export ARCH=x86
|
||
|
|
||
|
exec make $*
|