mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
make android
This commit is contained in:
parent
809d54ee50
commit
8bcfb30d97
5
Makefile
5
Makefile
|
|
@ -3,6 +3,9 @@
|
||||||
all:
|
all:
|
||||||
@python build.py build
|
@python build.py build
|
||||||
|
|
||||||
|
android:
|
||||||
|
@python build_android.py build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@python build.py clean
|
@python build.py clean
|
||||||
|
|
||||||
|
|
@ -15,4 +18,4 @@ lint:
|
||||||
linecount:
|
linecount:
|
||||||
@cloc --read-lang-def=caffe.cloc caffe2 pycaffe2 || \
|
@cloc --read-lang-def=caffe.cloc caffe2 pycaffe2 || \
|
||||||
echo "Cloc is not available on the machine. You can install cloc with " && \
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user