Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

13 líneas
183B

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