diff options
Diffstat (limited to 'homebrew/mruby/.make.sh-auto')
-rw-r--r-- | homebrew/mruby/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/mruby/.make.sh-auto b/homebrew/mruby/.make.sh-auto new file mode 100644 index 000000000..3f6963cda --- /dev/null +++ b/homebrew/mruby/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +make +cd "build/host/" +lib.install Dir["lib/*.a"] +prefix.install %w[bin mrbgems mrblib] |