From d3dac862fe375b7b9a7b1fd496bd93b6c96fa972 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sat, 13 Jan 2007 20:03:37 +0000 Subject: Get rid of (most of) the warnings when running in -w mode --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit