summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-11-23 02:55:18 +0800
committerDaniel Bovensiepen <[email protected]>2012-11-23 02:55:18 +0800
commit7e7b89a6fab07e92eb42d2a5768f7c714135ba5e (patch)
tree62b6b78c7b44f37ecad6a8931d7e8c9f136a1253 /doc
parente8b99155329fd8e6ade4de675904e5f9fc8a2c75 (diff)
downloadmruby-7e7b89a6fab07e92eb42d2a5768f7c714135ba5e.tar.gz
mruby-7e7b89a6fab07e92eb42d2a5768f7c714135ba5e.zip
Adapt c and ruby example to meaningful archive name
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbgems/c_and_ruby_extension_example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mrbgems/c_and_ruby_extension_example/Makefile b/doc/mrbgems/c_and_ruby_extension_example/Makefile
index 1744d73c3..0f562584e 100644
--- a/doc/mrbgems/c_and_ruby_extension_example/Makefile
+++ b/doc/mrbgems/c_and_ruby_extension_example/Makefile
@@ -1,7 +1,7 @@
-include ../../Makefile4gem
-
GEM := c_and_ruby_extension_example
+include ../../Makefile4gem
+
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))