Compile.sh 78 B

12345678
  1. #!/bin/bash
  2. clear
  3. # cd into build folder
  4. cd ../build
  5. # make project
  6. make -j4