From 71bb91d72af3280e1d7f2c22f53d42486666a533 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 23 Nov 2012 02:55:35 +0800 Subject: Adapt c example to meaningful archive name --- doc/mrbgems/c_extension_example/Makefile | 4 ++-- 1 file 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)) -- cgit v1.2.3