rt/examples/SConscript

6 lines
85 B
Python

Import("env")
env.Program("simple.c")
env.Program("delay.c")
env.Program("queue.c")