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