diff options
Diffstat (limited to 'doc/mrbgems/c_and_ruby_extension_example/Makefile')
| -rw-r--r-- | doc/mrbgems/c_and_ruby_extension_example/Makefile | 4 |
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)) |
