clean.sh make.sh init.sh is ok

This commit is contained in:
lyon tab s7 2021-08-21 17:00:04 +08:00
parent 34deb50881
commit 407f6b0baa
2 changed files with 4 additions and 1 deletions

3
clean.sh Normal file
View File

@ -0,0 +1,3 @@
clear
rm build -rf

View File

@ -1,4 +1,4 @@
rm -rf build
sh clean.sh
mkdir build
cd build
cmake ..