4 lines
97 B
Ruby
4 lines
97 B
Ruby
Rscons::Environment.new do |env|
|
|
env.Program("simple", Dir["*.c"], "PROGSUFFIX" => ".xyz")
|
|
end
|