initial commit
This commit is contained in:
7
scripts/make_unix.sh
Executable file
7
scripts/make_unix.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUILD_TYPE=$1
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
./make_${BUILD_TYPE}.sh || exit 1
|
Reference in New Issue
Block a user