X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FMultiMCLoop%2FSConscript;h=7d5d5a6649c926b27488e402f32185c5eacc7caf;hb=ad287a6e1241649e73188edf5b8902e4e65f615d;hp=6715a543acfd9d606341e50157e1940d6d2f6282;hpb=87b37eb193532cdb47b2440b6a0c8ee76c7b2f6d;p=senf.git diff --git a/Examples/MultiMCLoop/SConscript b/Examples/MultiMCLoop/SConscript index 6715a54..7d5d5a6 100644 --- a/Examples/MultiMCLoop/SConscript +++ b/Examples/MultiMCLoop/SConscript @@ -1,6 +1,8 @@ +# -*- python -*- + Import('env') import SENFSCons ########################################################################### -SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ]) +env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))