diff options
Diffstat (limited to 'doc/mrbgems/ruby_extension_example')
| -rw-r--r-- | doc/mrbgems/ruby_extension_example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/ruby_extension_example/Makefile b/doc/mrbgems/ruby_extension_example/Makefile index 50c99829e..9c5026744 100644 --- a/doc/mrbgems/ruby_extension_example/Makefile +++ b/doc/mrbgems/ruby_extension_example/Makefile @@ -1,6 +1,6 @@ GEM := ruby_extension_example -include ../../Makefile4gem +include $(MAKEFILE_4_GEM) GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb) |
