Skip to content

Commit

Permalink
Improve examples with an absolute path to the mruby tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bovi committed Nov 23, 2012
1 parent b7911ad commit 3d81ed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/mrbgems/c_and_ruby_extension_example/Makefile
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion doc/mrbgems/c_extension_example/Makefile
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion 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)

Expand Down

0 comments on commit 3d81ed3

Please sign in to comment.