7d5d5a6649c926b27488e402f32185c5eacc7caf
[senf.git] / Examples / MultiMCLoop / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))