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