6 lines
87 B
Ruby
6 lines
87 B
Ruby
default do
|
|
Environment.new do |env|
|
|
env.Object("simple.o", "simple.c")
|
|
end
|
|
end
|