diff --git a/Rakefile.rb b/Rakefile.rb index e47ac5e..fc39ebc 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -11,7 +11,7 @@ require "rake/clean" require "fileutils" CLEAN.include %w[build_test_run .yardoc yard coverage test] -CLOBBER.include %w[dist gen pkg] +CLOBBER.include %w[dist gen large_project pkg] task :build_dist do sh "ruby rb/build_dist.rb"