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