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