diff options
author | Yangqing Jia <jiayq84@gmail.com> | 2016-03-08 15:15:19 -0800 |
---|---|---|
committer | Yangqing Jia <jiayq84@gmail.com> | 2016-03-08 15:15:19 -0800 |
commit | 0747a4a7fd8439a021ab106b06d89ad4a43a8ec0 (patch) | |
tree | c6f332c2caaadc7a2d6940f6486166226fa9a2a9 /Makefile | |
parent | 9e5c795c11360fa2baebf7b191d74bd23659dd59 (diff) | |
download | pytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.tar.gz pytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.tar.bz2 pytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.zip |
move a bunch of things
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |