mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
8 lines
165 B
Python
8 lines
165 B
Python
|
SConscript('SConscript', variant_dir='build')
|
||
|
|
||
|
Alias('all', ['lib', 'tests', 'zxing'])
|
||
|
Default('all')
|
||
|
|
||
|
# Remove build folder on "scons -c all"
|
||
|
Clean('all', 'build')
|