diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-11-23 02:55:35 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-11-23 02:55:35 +0800 |
| commit | 71bb91d72af3280e1d7f2c22f53d42486666a533 (patch) | |
| tree | 164fe4e86cad9968a950609cfd00a1ef03587e15 | |
| parent | 7e7b89a6fab07e92eb42d2a5768f7c714135ba5e (diff) | |
| download | mruby-71bb91d72af3280e1d7f2c22f53d42486666a533.tar.gz mruby-71bb91d72af3280e1d7f2c22f53d42486666a533.zip | |
Adapt c example to meaningful archive name
| -rw-r--r-- | doc/mrbgems/c_extension_example/Makefile | 4 |
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)) |
