summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-29 11:47:53 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-29 11:47:53 +0200
commitc6fa4a98cdf1b3ba87a6b58bb2961bed9bfa7a04 (patch)
tree8ad9ab5662b2258206389d02fcf14361b7e18228 /Rakefile
parent6d29bded8a59146755b07f07f35c44a19ec7d7da (diff)
Added TUM clustering
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f183527..be97237 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ task :teardown do
end
#[:all, :feature, :dataset, :fminer, :lazar, :authorization, :validation].each do |t|
-[:all, :feature, :dataset, :fminer, :lazar, :authorization, :parser, :validation ].each do |t|
+[:all, :algorithm, :feature, :dataset, :fminer, :lazar, :authorization, :parser, :validation ].each do |t|
task :teardown => t
task t => :setup
end