9 lines
72 B
Bash
Executable File
9 lines
72 B
Bash
Executable File
#/bin/bash
|
|
|
|
cd ..
|
|
mkdir -p build
|
|
cd build
|
|
mkdir -p debug
|
|
cd debug
|
|
ninja
|