PPI: Remove dead MultiConnectorMixin code
[senf.git] / Examples / MultiMCLoop / SConscript
index 6715a54..7d5d5a6 100644 (file)
@@ -1,6 +1,8 @@
+# -*- python -*-
+
 Import('env')
 import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ])
+env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))