aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt')
-rw-r--r--lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt b/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
deleted file mode 100644
index 8cfc828f94..0000000000
--- a/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
+++ /dev/null
@@ -1,3 +0,0 @@
-require "mkmf"
-
-create_makefile(<%= config[:makefile_path].inspect %>)