Don't build examples by default
[senf.git] / Examples / MultiMCLoop / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 env.Program('multimcloop', [ 'MultiMCLoop.cc' ])