6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
build do
|
|
Environment.new do |env|
|
|
env.Program('simple.exe', Dir['*.cc'])
|
|
end
|
|
end
|