6 lines
83 B
Ruby
6 lines
83 B
Ruby
default do
|
|
Environment.new do |env|
|
|
env.CFile("file.c", "foo.bar")
|
|
end
|
|
end
|