Fix example build
[senf.git] / Examples / MultiMCLoop / SConscript
index 6f959f7..7d5d5a6 100644 (file)
@@ -1,6 +1,8 @@
+# -*- python -*-
+
 Import('env')
 import SENFSCons
 
 ###########################################################################
 
-env.Program('multimcloop', [ 'MultiMCLoop.cc' ])
+env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))