Improve examples with an absolute path to the mruby tree

This commit is contained in:
Daniel Bovensiepen
2012-11-23 22:48:31 +08:00
parent b7911ad18e
commit 3d81ed3dc1
3 changed files with 3 additions and 3 deletions
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
GEM := ruby_extension_example
include ../../Makefile4gem
include $(MAKEFILE_4_GEM)
GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)