diff options
author | Yangqing Jia <jiayq84@gmail.com> | 2017-01-04 20:58:35 -0800 |
---|---|---|
committer | Yangqing Jia <jiayq84@gmail.com> | 2017-01-04 20:58:35 -0800 |
commit | 375c0816b3ac23751e8f2bbb735d9d9b0e586eb6 (patch) | |
tree | 9850cf3b03dc195ac2bb4242da8238ba5487ff37 /Makefile | |
parent | 46a403250f15108d13e6a455f4b342c0428011f7 (diff) | |
download | pytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.tar.gz pytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.tar.bz2 pytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.zip |
goodbye old brewery
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,19 +3,19 @@ all: @mkdir -p build && cd build && cmake .. && make -android: - @python brewtool/build_android.py build +#android: +# @python brewtool/build_android.py build clean: @rm -r build/ -test: - @python brewtool/build.py test +#test: +# @python brewtool/build.py test -lint: - @find caffe2 -type f -exec python brewtool/cpplint.py {} \; +#lint: +# @find caffe2 -type f -exec python brewtool/cpplint.py {} \; linecount: - @cloc --read-lang-def=brewtool/caffe.cloc caffe2 || \ + @cloc --read-lang-def=caffe.cloc caffe2 || \ echo "Cloc is not available on the machine. You can install cloc with " && \ echo " sudo apt-get install cloc" |