diff options
| author | Jamis Buck <jamis@37signals.com> | 2007-01-13 20:03:37 +0000 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2007-01-13 20:03:37 +0000 |
| commit | d3dac862fe375b7b9a7b1fd496bd93b6c96fa972 (patch) | |
| tree | 7e9c7722cd68cff17ba641207f8fb29d653202c2 /Rakefile | |
| parent | a5730ff50de9392e880df698cf9c73af0a0fce9b (diff) | |
| download | third_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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
