136a95cef5fdae5865ef2057a8b1542319199d26
[senf.git] / Examples / TCPClientServer / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 env.Alias('examples', env.Program('client', 'client.cc'))
9 env.Alias('examples', env.Program('server', 'server.cc'))