5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash
|
|
|
|
cd Global
|
|
premake5 gmake2 --target-linux --target-x86_64 "$@"
|
|
cd .. |