scripts/build-all: Enable all build options
This commit is contained in:
parent
ca66d73534
commit
be01352278
1 changed files with 6 additions and 6 deletions
|
@ -175,12 +175,12 @@ def run():
|
||||||
|
|
||||||
def build_all():
|
def build_all():
|
||||||
clang_format_src_files()
|
clang_format_src_files()
|
||||||
#refresh_build_path()
|
refresh_build_path()
|
||||||
#build_image()
|
build_image()
|
||||||
#build_libtemple()
|
build_libtemple()
|
||||||
#build_tlse()
|
build_tlse()
|
||||||
#transpile_net_to_sepples()
|
transpile_net_to_sepples()
|
||||||
#build_net()
|
build_net()
|
||||||
generate_iso_c_file()
|
generate_iso_c_file()
|
||||||
generate_slipstream_iso_file()
|
generate_slipstream_iso_file()
|
||||||
run()
|
run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue