Combine all boot build stuff in a single scons tool
[senf.git] / Examples / TCPClientServer / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 env.Program('client', 'client.cc')
7 env.Program('server', 'server.cc')