replaced some tabs with spaces
[senf.git] / Scheduler / Console / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 env.Command(env.File('test'), '../test', [])
9
10 SENFSCons.Doxygen(env)