mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-14 18:48:58 +01:00
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
|
||
|
env = Environment()
|
||
|
env.Program('prog1', ['main.c', 'foo1.c', 'foo2.c'])
|
||
|
|