Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

21 řádky
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