mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
make android
This commit is contained in:
5
Makefile
5
Makefile
@ -3,6 +3,9 @@
|
||||
all:
|
||||
@python build.py build
|
||||
|
||||
android:
|
||||
@python build_android.py build
|
||||
|
||||
clean:
|
||||
@python build.py clean
|
||||
|
||||
@ -15,4 +18,4 @@ lint:
|
||||
linecount:
|
||||
@cloc --read-lang-def=caffe.cloc caffe2 pycaffe2 || \
|
||||
echo "Cloc is not available on the machine. You can install cloc with " && \
|
||||
echo " sudo apt-get install cloc"
|
||||
echo " sudo apt-get install cloc"
|
||||
|
Reference in New Issue
Block a user