build_run.sh 71 B

1234567
  1. #!/bin/bash
  2. mkdir -p build
  3. cd build
  4. cmake ..
  5. make -j
  6. cd ..
  7. build/flying