6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd Public
|
|
premake5 gmake2 --target-linux --target-x86_64 "$@"
|
|
cd ..
|