12 lines
69 B
Bash
Executable File
12 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ..
|
|
rm -rf build
|
|
|
|
./setupcmake.sh
|
|
|
|
./buildcmake.sh
|
|
|
|
|
|
|