added svn:ignore properties
[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' ]))