Change notes for 1.6
[zxing.git] / cpp / 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')