Skip to content

Commit

Permalink
make android
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Jan 5, 2016
1 parent 809d54e commit 8bcfb30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
all:
@python build.py build

android:
@python build_android.py build

clean:
@python build.py clean

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

0 comments on commit 8bcfb30

Please sign in to comment.