| Index: examples/build.scons
|
| ===================================================================
|
| --- examples/build.scons (revision 1191)
|
| +++ examples/build.scons (working copy)
|
| @@ -34,6 +34,7 @@
|
| * hello_world_c Build the hello_world_c example.
|
| * load_progress Build the load_progress example.
|
| * pi_generator Build the pi_generator example.
|
| + * pong Build the pong example.
|
| * sine_synth Build the sine_synth example.
|
| * tumbler Build the tumbler example.
|
| """
|
| @@ -43,6 +44,7 @@
|
| 'hello_world_c/build.scons',
|
| 'load_progress/build.scons',
|
| 'pi_generator/build.scons',
|
| + 'pong/build.scons',
|
| 'sine_synth/build.scons',
|
| 'tumbler/build.scons',
|
| ]
|
|
|