5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
env "dlog" do |env|
|
|
sources = glob("src/**/*.c")
|
|
env.Library("dlog.a", sources)
|
|
end
|