diff options
Diffstat (limited to 'mrbgems/g/ruby_extension_example/Makefile')
| -rw-r--r-- | mrbgems/g/ruby_extension_example/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mrbgems/g/ruby_extension_example/Makefile b/mrbgems/g/ruby_extension_example/Makefile new file mode 100644 index 000000000..7ebec4f09 --- /dev/null +++ b/mrbgems/g/ruby_extension_example/Makefile @@ -0,0 +1,7 @@ +include ../../Makefile4gem + +GEM := ruby_extension_example + +gem-all : + +gem-clean : |
