rscons-try1/lib/rscons/builder.rb

8 lines
96 B
Ruby

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