Skip to content

Commit

Permalink
fix up realclean task to remove ruby tarballs properly
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13706]
  • Loading branch information
zenspider committed Mar 4, 2023
1 parent d58dc8c commit 77e0fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def ruby_parse version
end

task :realclean do
rm_f Dir[c_parse_y, tarball]
rm_f Dir[c_parse_y, c_tarball]
end
end

Expand Down

0 comments on commit 77e0fe4

Please sign in to comment.