summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-05-30 13:35:58 -0600
committerJamis Buck <jamis@37signals.com>2008-05-30 13:35:58 -0600
commitbe7b89093c1871b8d285cf46d48fe5d3c234de46 (patch)
treedc1bcfb2ed4d370b9aff4ce6ecb53b6c5b47cfb5
parent5a2e6ddd6f86f62abc3acd34ac453f1aec1fcc71 (diff)
downloadthird_party-sqlite3-ruby-be7b89093c1871b8d285cf46d48fe5d3c234de46.tar.gz
third_party-sqlite3-ruby-be7b89093c1871b8d285cf46d48fe5d3c234de46.tar.xz
third_party-sqlite3-ruby-be7b89093c1871b8d285cf46d48fe5d3c234de46.zip
make sure the Makefile gets cleaned up via rake clean
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8eea179..bd8a3f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -48,7 +48,7 @@ task :clean do
rm_rf "api"
rm_f "doc/faq/faq.html"
- native_files = [ "mkmf.log", "sqlite3_api.so",
+ native_files = [ "Makefile", "mkmf.log", "sqlite3_api.so",
"sqlite3_api.bundle", "sqlite3_api_wrap.o" ]
native_files.each { |f| rm_f "ext/sqlite3_api/#{f}" }
end