Add clean script

Also rename other scripts
This commit is contained in:
Max Brunsfeld 2014-03-03 20:10:48 -08:00
parent 0815db1d23
commit 7ff690371e
3 changed files with 7 additions and 0 deletions

9
script/test.sh Executable file
View 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