summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/ruby_extension_example
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-11-23 02:55:52 +0800
committerDaniel Bovensiepen <[email protected]>2012-11-23 02:55:52 +0800
commit8a5d40785c597dd7ba20b38313df5fbee20a0e86 (patch)
tree0bf25464e2b89c8c0e20d910167bdb60b357b91d /doc/mrbgems/ruby_extension_example
parent71bb91d72af3280e1d7f2c22f53d42486666a533 (diff)
downloadmruby-8a5d40785c597dd7ba20b38313df5fbee20a0e86.tar.gz
mruby-8a5d40785c597dd7ba20b38313df5fbee20a0e86.zip
Adapt Ruby example to meaningful archive name
Diffstat (limited to 'doc/mrbgems/ruby_extension_example')
-rw-r--r--doc/mrbgems/ruby_extension_example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mrbgems/ruby_extension_example/Makefile b/doc/mrbgems/ruby_extension_example/Makefile
index 33eee97e9..50c99829e 100644
--- a/doc/mrbgems/ruby_extension_example/Makefile
+++ b/doc/mrbgems/ruby_extension_example/Makefile
@@ -1,7 +1,7 @@
-include ../../Makefile4gem
-
GEM := ruby_extension_example
+include ../../Makefile4gem
+
GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
gem-all : gem-rb-files