summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2017-01-04 20:58:35 -0800
committerYangqing Jia <jiayq84@gmail.com>2017-01-04 20:58:35 -0800
commit375c0816b3ac23751e8f2bbb735d9d9b0e586eb6 (patch)
tree9850cf3b03dc195ac2bb4242da8238ba5487ff37 /Makefile
parent46a403250f15108d13e6a455f4b342c0428011f7 (diff)
downloadpytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.tar.gz
pytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.tar.bz2
pytorch-375c0816b3ac23751e8f2bbb735d9d9b0e586eb6.zip
goodbye old brewery
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 819b73fe7d..52d5a8b1de 100644
--- a/Makefile
+++ b/Makefile
@@ -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"