make android

This commit is contained in:
Yangqing Jia
2015-12-18 22:42:29 -08:00
parent 809d54ee50
commit 8bcfb30d97

View File

@ -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"