Subversion Repositories idreammicro-avr

Rev

Rev 3 | Rev 8 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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