Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Remove libstemmer_c/*.o on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelian committed Nov 2, 2009
1 parent c04ac4c commit 01fe799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -53,6 +53,8 @@ task :default => :test
gem 'rake-compiler', '>= 0.4.1'
require "rake/extensiontask"

CLOBBER.include("libstemmer_c/**/*.o")

Rake::ExtensionTask.new(JEWLER.gemspec.name, JEWLER.gemspec) do |ext|
ext.lib_dir = File.join(*['lib', 'lingua', ENV['FAT_DIR']].compact)
ext.ext_dir = File.join 'ext', 'lingua'
Expand Down

0 comments on commit 01fe799

Please sign in to comment.