• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Import('env')
2
3objs = env.Object(Glob('*.c'))
4Return('objs')
5