mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-06 13:01:34 +00:00
4 lines
107 B
Python
4 lines
107 B
Python
env = Environment()
|
|
program = env.Program(target='main.out', source=['main.c'])
|
|
env.Alias('asdf', program)
|