mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-23 22:03:22 +02:00
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
|
env = Environment()
|
|
env.Program('prog2', ['main.c', 'bar1.c', 'bar2.c'])
|
|
|