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ů.

19 řádky
200B

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