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