move a bunch of things

This commit is contained in:
Yangqing Jia
2016-03-08 15:15:19 -08:00
parent 9e5c795c11
commit 0747a4a7fd
18 changed files with 39 additions and 6399 deletions

View File

@ -13,9 +13,9 @@ test:
@python build.py test
lint:
@find caffe2 -type f -exec python cpplint.py {} \;
@find caffe2 -type f -exec python brewtool/cpplint.py {} \;
linecount:
@cloc --read-lang-def=caffe.cloc caffe2 pycaffe2 || \
@cloc --read-lang-def=brewtool/caffe.cloc caffe2 pycaffe2 || \
echo "Cloc is not available on the machine. You can install cloc with " && \
echo " sudo apt-get install cloc"