Subversion Repositories idreammicro-avr

Rev

Rev 8 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# Define projects to build.
projects = [
    'clock/',
    'helloworld/',
    'input_to_output/',
    'ultimate/'
]

# Build each project.
for project in projects:
    SConscript(project +  'SConstruct')