12 lines
77 B
Bash
Executable File
12 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ..
|
|
./setupcmake.sh
|
|
|
|
#make -C build clean
|
|
|
|
./buildcmake.sh
|
|
|
|
|
|
|