rscons-try1/lib/rscons/builder.rb

8 lines
104 B
Ruby

module Rscons
class Builder
def self.produces?(env, target, source)
false
end
end
end