rt-thread-official/examples/libc/SConscript

9 lines
155 B
Python

Import('env')
src_local = Glob('*.c')
# The set of source files associated with this SConscript file.
obj = env.Object(src_local)
Return('obj')