3acb0a955b1466b8b0ba987d5902953d1c6d127d
[zxing.git] / SConstruct
1 SConscript('SConscript', variant_dir='build')
2
3 Alias('all', ['lib', 'tests', 'zxing'])
4 Default('all')
5
6 # Remove build folder on "scons -c all"
7 Clean('all', 'build')