Skip to content

Instantly share code, notes, and snippets.

@scalone
Created May 7, 2014 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scalone/fad1d3d8cc6c99092821 to your computer and use it in GitHub Desktop.
Save scalone/fad1d3d8cc6c99092821 to your computer and use it in GitHub Desktop.
#!/bin/env bash
## Mruby dir
# cd mruby
# rake clean
# rake
# cd ..
gcc -I mruby/include/ old_mrbc.c mruby/build/host/lib/libmruby.a -lm -o old_mrbc.out
## execute
./old_mrbc.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment