Packing of bare container done.

This commit is contained in:
Bahadir Balban
2009-09-19 20:53:29 +03:00
parent 6c54c3f059
commit b2c93979ba
9 changed files with 115 additions and 26 deletions

View File

@@ -51,5 +51,4 @@ src = Glob('*.[cS]')
src += Glob('src/*.[cS]')
objs = env.Object(src)
env.Program('main.elf', objs)
prog = env.Program('main.elf', objs)