1# Build TensorFlow Lite with Makefile 2 3**WARNING: Using Makefile to build TensorFlow Lite is deprecated at the 4Aug 2021.** 5 6Please use CMake or Bazel instead. Please refer to the 7[Build TensorFlow Lite with CMake](https://www.tensorflow.org/lite/guide/build_cmake) 8and [Build TensorFlow Lite for ARM boards](https://www.tensorflow.org/lite/guide/build_arm) 9for the details. 10