5 lines
97 B
Ruby
5 lines
97 B
Ruby
Rscons::Environment.new do |env|
|
|
env.Program("simple.exe", "simple.c")
|
|
env.clear_targets
|
|
end
|