6 lines
101 B
Ruby
6 lines
101 B
Ruby
build do
|
|
Environment.new do |env|
|
|
env.Program("test.exe", glob("*.c"), direct: true)
|
|
end
|
|
end
|