Add 'none' target to scons
'scons none' will not build anythinf but runs the configuration checks to determine if the system and libraries are sane to build Lumiera, this will be used in builddrone later.
This commit is contained in:
parent
55ff4e349c
commit
c30f5add7f
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ env.Default('build')
|
|||
|
||||
env.Alias ('all', build + testsuite + doxydoc)
|
||||
env.Alias ('doc', doxydoc)
|
||||
env.Alias ('none')
|
||||
|
||||
env.Alias('install', gui)
|
||||
env.Alias('install', '$DESTDIR')
|
||||
|
|
|
|||
Loading…
Reference in a new issue