4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
Rscons::Environment.new(echo: :command) do |env|
|
|
env.Program("hello-d.exe", Dir["*.d"].sort)
|
|
end
|