SConscript 72 B

12345678
  1. Import('env')
  2. src = ('hello.c')
  3. obj = env.Object(src)
  4. Return('obj')