4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
Rscons::Environment.new do |env|
|
|
env.Program('simple.exe', Dir['*.cc'])
|
|
end
|