summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
blob: e918063ddf68e7b92fcfb8fff0448b345d145c26 (plain)
1
2
3
4
5
# frozen_string_literal: true

require "mkmf"

create_makefile(<%= config[:makefile_path].inspect %>)