Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
215B

  1. #/usr/bin/env bash
  2. set -e
  3. git submodule init
  4. git submodule update
  5. git clean -fxd
  6. cd tools/emul
  7. make
  8. cd ../tests
  9. make
  10. # let's try again with an updated zasm
  11. cd ../emul
  12. make updatebootstrap all
  13. cd ../tests
  14. make