general overall build script
This commit is contained in:
parent
56c1a5e0f1
commit
e90ef21565
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
script/build_cores
|
||||
script/build_app
|
Loading…
Reference in New Issue