summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:20:27 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:20:27 -0800
commit5a3a626de49a411fbf5ae5e18029286e6310a699 (patch)
tree95e2eb37722014b6b2ac71521f9aaf768f7efff4 /Rakefile
parent29361a7879b61624d1feaa004c6663e4a78837d0 (diff)
downloadffi-yajl-5a3a626de49a411fbf5ae5e18029286e6310a699.tar.gz
clean supplied by rake-compiler now
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index 0570b4b..db1ed42 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,11 +34,6 @@ task :install => [:package] do
end
end
-desc "remove build files"
-task :clean do
- sh %Q{ rm -f pkg/*.gem }
-end
-
spec = Gem::Specification.load('ffi-yajl.gemspec')
Rake::ExtensionTask.new do |ext|