all:
./build.pl allfast
clean:
./build.pl clean
presubmit:
./build.pl -v -t allfast
checkdeps:
./build.pl --eachclean && echo "SUCCESS"