Feature Request: Allow buck clean on a specific target
Created by: mikeb01
It would be really useful to be able to require a certain target(s) be rebuilt. One way could be to allow cleaning of a specific target, e.g. buck clean //foo/bar:baz
, which remove all of the output generated by that specific target.