clobber large_project directory

This commit is contained in:
Josh Holtrop 2019-09-11 23:20:22 -04:00
parent c938ed71d1
commit 2fd533a32a

View File

@ -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"