# File lib/buildr/core/build.rb, line 104
    def clean(*prereqs, &block)
      task('clean').enhance prereqs, &block
    end