Subversion Repositories idreammicro-avr

Rev

Rev 7 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 jlesech 1
# Define projects to build.
2
projects = [
3
    'helloworld/',
4
    'input_to_output/'
5
]
6
 
7
# Build each project.
8
for project in projects:
9
    SConscript(project +  'SConstruct')