build.sh 60 B

12345
  1. echo "begin build"
  2. cd build/
  3. rm -rf
  4. cmake ..
  5. cmake --build .