4 lines
87 B
Ruby
4 lines
87 B
Ruby
Rscons::Environment.new(echo: :short) do |env|
|
|
env.Program('header', Dir['*.c'])
|
|
end
|