summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/c_and_ruby_extension_example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mrbgems/c_and_ruby_extension_example/Makefile')
-rw-r--r--doc/mrbgems/c_and_ruby_extension_example/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mrbgems/c_and_ruby_extension_example/Makefile b/doc/mrbgems/c_and_ruby_extension_example/Makefile
index 57912a936..ba89e4ba4 100644
--- a/doc/mrbgems/c_and_ruby_extension_example/Makefile
+++ b/doc/mrbgems/c_and_ruby_extension_example/Makefile
@@ -7,6 +7,11 @@ GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
+MRUBY_CFLAGS :=
+MRUBY_LDFLAGS :=
+
gem-all : $(GEM_OBJECTS) gem-c-and-rb-files
gem-clean : gem-clean-c-and-rb-files
+
+gem-test : gem-test-c-and-rb-files