Combine all boot build stuff in a single scons tool
[senf.git] / Examples / MultiMCLoop / SConscript
index 6715a54..f599edf 100644 (file)
@@ -3,4 +3,4 @@ import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ])
+env.Default(env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))