10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
configure do
|
|
rscons "sub/Rsconscript_fail"
|
|
puts "top configure"
|
|
end
|
|
|
|
build do
|
|
rscons "sub/Rsconscript2", "build"
|
|
puts "top build"
|
|
end
|