mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 19:20:56 +11:00
13 lines
183 B
Bash
Executable File
13 lines
183 B
Bash
Executable File
#/bin/sh -e
|
|
|
|
git submodule init
|
|
git submodule update
|
|
git clean -fxd
|
|
|
|
make -C emul
|
|
make -C tests
|
|
|
|
# let's try again with an updated zasm
|
|
make -C emul updatebootstrap all
|
|
make -C tests
|