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