mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
GEM := ruby_extension_example
|
|
|
|
include $(MAKEFILE_4_GEM)
|
|
|
|
GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
|
|
|
|
gem-all : gem-rb-files
|
|
|
|
gem-clean : gem-clean-rb-files
|