build.sh 125 B

123456789
  1. #!/bin/bash
  2. make clean || true
  3. make distclean || true
  4. git submodule sync
  5. git submodule update --recursive --init
  6. make -j4