Add clean script
Also rename other scripts
This commit is contained in:
parent
0815db1d23
commit
7ff690371e
3 changed files with 7 additions and 0 deletions
9
script/test.sh
Executable file
9
script/test.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
make compiler_specs
|
||||
out/Default/compiler_specs
|
||||
|
||||
make runtime_specs
|
||||
out/Default/runtime_specs
|
||||
Loading…
Add table
Add a link
Reference in a new issue