Combine all boot build stuff in a single scons tool
[senf.git] / Examples / MultiMCLoop / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 env.Default(env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))