Add presubmit Make target.

This commit is contained in:
Brad Fitzpatrick 2011-03-05 13:44:19 -08:00
parent 16c672506b
commit 55e6ffe8e3
1 changed files with 4 additions and 0 deletions

View File

@ -4,5 +4,9 @@ all:
clean:
./build.pl clean
presubmit:
./build.pl clean
./build.pl -v -t allfast
checkdeps:
./build.pl --eachclean && echo "SUCCESS"