Build/linux_x64

6 lines
81 B
Bash
Executable File

#!/bin/bash
cd Public
premake5 gmake2 --target-linux --target-x86_64 "$@"
cd ..