5 lines
102 B
Ruby
5 lines
102 B
Ruby
Rscons::Environment.new do |env|
|
|
env["PROGSUFFIX"] = ".out"
|
|
env.Program("simple", Dir["*.c"])
|
|
end
|