Skip to content

Commit

Permalink
add Makefile. (not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed May 10, 2012
1 parent 349a183 commit b9a724c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
all : libmruby.so
go build -x .

libmruby.so :
(cd mruby && make)
gcc -Wl,--export-all-symbols -shared -o libmruby.so mruby/lib/libmruby.a

0 comments on commit b9a724c

Please sign in to comment.