Initial commit
This commit is contained in:
commit
192146b99d
84 changed files with 3258 additions and 0 deletions
3
run.sh
Executable file
3
run.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
BIN_DIR="$(dirname "$0")/build/install/compiler/bin"
|
||||
$BIN_DIR/compiler "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue