summaryrefslogtreecommitdiff
path: root/ext/coverage/extconf.rb
blob: 3a6f530a92562aa36c2b04c58716cbf982ee7d38 (plain)
1
2
3
4
5
# frozen_string_literal: false
require 'mkmf'
$VPATH << '$(topdir)' << '$(top_srcdir)'
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
create_makefile('coverage')