From 004810386b17b6db3840ce0044cce42720cea26b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 11 Sep 2019 23:15:02 -0400 Subject: [PATCH] clobber should remove "gen" directory --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 452f8d3..bb1175a 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 pkg] +CLOBBER.include %w[dist gen pkg] task :build_dist do sh "ruby rb/build_dist.rb"