react-native-caffe2
Version:
### Bring deep learning to mobile in 2 minutes 📱🥂
22 lines (15 loc) • 527 B
Plain Text
# This makefile does nothing but delegating the actual building to cmake.
all:
local:
android:
ios:
clean: # This will remove ALL build folders.
linecount:
echo "Cloc is not available on the machine. You can install cloc with " && \
echo " sudo apt-get install cloc"