summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2016-03-08 15:15:19 -0800
committerYangqing Jia <jiayq84@gmail.com>2016-03-08 15:15:19 -0800
commit0747a4a7fd8439a021ab106b06d89ad4a43a8ec0 (patch)
treec6f332c2caaadc7a2d6940f6486166226fa9a2a9 /Makefile
parent9e5c795c11360fa2baebf7b191d74bd23659dd59 (diff)
downloadpytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.tar.gz
pytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.tar.bz2
pytorch-0747a4a7fd8439a021ab106b06d89ad4a43a8ec0.zip
move a bunch of things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1266df12c9..53fa65f3fe 100644
--- a/Makefile
+++ b/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"