summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/ruby_extension_example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mrbgems/ruby_extension_example/Makefile')
-rw-r--r--doc/mrbgems/ruby_extension_example/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/mrbgems/ruby_extension_example/Makefile b/doc/mrbgems/ruby_extension_example/Makefile
new file mode 100644
index 000000000..9c5026744
--- /dev/null
+++ b/doc/mrbgems/ruby_extension_example/Makefile
@@ -0,0 +1,9 @@
+GEM := ruby_extension_example
+
+include $(MAKEFILE_4_GEM)
+
+GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
+
+gem-all : gem-rb-files
+
+gem-clean : gem-clean-rb-files