summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2007-01-13 20:03:37 +0000
committerJamis Buck <jamis@37signals.com>2007-01-13 20:03:37 +0000
commitd3dac862fe375b7b9a7b1fd496bd93b6c96fa972 (patch)
tree7e9c7722cd68cff17ba641207f8fb29d653202c2 /Rakefile
parenta5730ff50de9392e880df698cf9c73af0a0fce9b (diff)
downloadthird_party-sqlite3-ruby-d3dac862fe375b7b9a7b1fd496bd93b6c96fa972.tar.gz
third_party-sqlite3-ruby-d3dac862fe375b7b9a7b1fd496bd93b6c96fa972.tar.xz
third_party-sqlite3-ruby-d3dac862fe375b7b9a7b1fd496bd93b6c96fa972.zip
Get rid of (most of) the warnings when running in -w mode
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index bce4524..25cf11a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -52,7 +52,7 @@ task :clean do
rm_rf "api"
rm_f "doc/faq/faq.html"
- native_files = [ "Makefile", "mkmf.log", "sqlite3_api.so",
+ native_files = [ "mkmf.log", "sqlite3_api.so",
"sqlite3_api.bundle", "sqlite3_api_wrap.o" ]
native_files.each { |f| rm_f "ext/sqlite3_api/#{f}" }
end