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