Build/linux_x64

5 lines
80 B
Bash

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