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