Buildsystem updates
[senf.git] / Examples / TCPClientServer / SConscript
diff --git a/Examples/TCPClientServer/SConscript b/Examples/TCPClientServer/SConscript
deleted file mode 100644 (file)
index 136a95c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- python -*-
-
-Import('env')
-import SENFSCons
-
-###########################################################################
-
-env.Alias('examples', env.Program('client', 'client.cc'))
-env.Alias('examples', env.Program('server', 'server.cc'))