summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 447dbf4..ff3a9b9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -65,8 +65,6 @@ OS = case RbConfig::CONFIG['host_os'].downcase
RbConfig::CONFIG['host_os'].downcase
end
-CC = ENV['CC'] || RbConfig::CONFIG['CC'] || "gcc"
-
GMAKE = system('which gmake >/dev/null') && 'gmake' || 'make'
LIBTEST = "build/libtest.#{LIBEXT}"
@@ -205,7 +203,7 @@ if USE_RAKE_COMPILER
end
end
-Gem::Tasks.new(:push => false)
+Gem::Tasks.new
begin
require 'yard'