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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mrbgems/c_and_ruby_extension_example/Makefile b/doc/mrbgems/c_and_ruby_extension_example/Makefile
index ba89e4ba4..1af5e95c1 100644
--- a/doc/mrbgems/c_and_ruby_extension_example/Makefile
+++ b/doc/mrbgems/c_and_ruby_extension_example/Makefile
@@ -9,6 +9,7 @@ GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
MRUBY_CFLAGS :=
MRUBY_LDFLAGS :=
+MRUBY_LIBS :=
gem-all : $(GEM_OBJECTS) gem-c-and-rb-files