Subversion Repositories idreammicro-avr

Rev

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

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

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