rt-thread/components/hello/SConscript

9 lines
72 B
Python
Raw Normal View History

Import('env')
src = ('hello.c')
obj = env.Object(src)
Return('obj')