diff --git a/Makefile b/Makefile index 34a8bcdc00b..1266df12c91 100644 --- a/Makefile +++ b/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" \ No newline at end of file + echo " sudo apt-get install cloc"