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