mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
move a bunch of things
This commit is contained in:
4
Makefile
4
Makefile
@ -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"
|
||||
|
Reference in New Issue
Block a user