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