6 lines
83 B
Ruby
6 lines
83 B
Ruby
build do
|
|
Rscons::Environment.new do |env|
|
|
env.Directory("teh_dir")
|
|
end
|
|
end
|