Don't build examples by default
[senf.git] / Examples / MultiMCLoop / SConscript
index 6715a54..6f959f7 100644 (file)
@@ -3,4 +3,4 @@ import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ])
+env.Program('multimcloop', [ 'MultiMCLoop.cc' ])