summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-11-23 02:55:35 +0800
committerDaniel Bovensiepen <[email protected]>2012-11-23 02:55:35 +0800
commit71bb91d72af3280e1d7f2c22f53d42486666a533 (patch)
tree164fe4e86cad9968a950609cfd00a1ef03587e15 /doc
parent7e7b89a6fab07e92eb42d2a5768f7c714135ba5e (diff)
downloadmruby-71bb91d72af3280e1d7f2c22f53d42486666a533.tar.gz
mruby-71bb91d72af3280e1d7f2c22f53d42486666a533.zip
Adapt c example to meaningful archive name
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbgems/c_extension_example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mrbgems/c_extension_example/Makefile b/doc/mrbgems/c_extension_example/Makefile
index 615557aca..4f78a0222 100644
--- a/doc/mrbgems/c_extension_example/Makefile
+++ b/doc/mrbgems/c_extension_example/Makefile
@@ -1,7 +1,7 @@
-include ../../Makefile4gem
-
GEM := c_extension_example
+include ../../Makefile4gem
+
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))