File: hierarchy_ex1_prog1_SConscript

package info (click to toggle)
scons-doc 3.0.0%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,076 kB
  • sloc: xml: 195,743; python: 61,756; sh: 1,368; ruby: 229; perl: 124; makefile: 68; cpp: 2
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (6)
1
2
3
4

env = Environment()
env.Program('prog1', ['main.c', 'foo1.c', 'foo2.c'])