diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-02 09:54:05 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-02 09:54:05 -0800 |
| commit | 65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be (patch) | |
| tree | b79aa703ef7c528896c4f1be8280d0691314008b /doc/mrbgems/c_extension_example/Makefile | |
| parent | a48fc0d7952ad1f10ae777637269fe6a3f9ad0a2 (diff) | |
| parent | 7c469c0b9dadd1de09fed18c3e5cc551012c38c1 (diff) | |
| download | mruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.tar.gz mruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.zip | |
Merge pull request #679 from masuidrive/merge_to_cruby_building_script
Rebuild CRuby based building script without Makefile
Diffstat (limited to 'doc/mrbgems/c_extension_example/Makefile')
| -rw-r--r-- | doc/mrbgems/c_extension_example/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/mrbgems/c_extension_example/Makefile b/doc/mrbgems/c_extension_example/Makefile deleted file mode 100644 index b0afa420c..000000000 --- a/doc/mrbgems/c_extension_example/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -GEM := c_extension_example - -include $(MAKEFILE_4_GEM) - -GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c) -GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES)) - -MRUBY_CFLAGS := -MRUBY_LDFLAGS := -MRUBY_LIBS := - -gem-all : $(GEM_OBJECTS) gem-c-files - -gem-clean : gem-clean-c-files - -gem-test : gem-test-c-files |
