Skip to content

Commit

Permalink
GraalVM: added graal command in build.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed May 9, 2020
1 parent 40900ef commit 4b28a0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ function command_demo() {
function command_repl() {
exec demo/jline-repl.sh $*
}

function command_graal() {
exec demo/target/graal $*
}

0 comments on commit 4b28a0a

Please sign in to comment.