6 lines
94 B
Ruby
6 lines
94 B
Ruby
build do
|
|
Rscons::Environment.new do |env|
|
|
env.Copy("simple.copy", "simple.c")
|
|
end
|
|
end
|