mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Improve examples with an absolute path to the mruby tree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
GEM := c_and_ruby_extension_example
|
||||
|
||||
include ../../Makefile4gem
|
||||
include $(MAKEFILE_4_GEM)
|
||||
|
||||
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
|
||||
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
GEM := c_extension_example
|
||||
|
||||
include ../../Makefile4gem
|
||||
include $(MAKEFILE_4_GEM)
|
||||
|
||||
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
|
||||
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
GEM := ruby_extension_example
|
||||
|
||||
include ../../Makefile4gem
|
||||
include $(MAKEFILE_4_GEM)
|
||||
|
||||
GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user