rt-thread/libc/minilibc/SConscript
2009-10-14 09:47:48 +00:00

8 lines
153 B
Python

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