1# TensorFlow Lite Micro Make Project 2 3This folder has been autogenerated by TensorFlow, and contains source, header, 4and project files needed to build a single TensorFlow Lite Micro target using 5the make tool. 6 7## Usage 8 9To build this, run: 10 11``` 12make 13``` 14 15This should attempt to build the target locally on your platform, using the 16standard Makefile variables like CFLAGS, CC, CXX, and so on. 17 18## Project Generation 19 20See 21[tensorflow/lite/micro](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro) 22for details on how projects like this can be generated from the main source 23tree. 24 25## License 26 27TensorFlow's code is covered by the Apache2 License included in the repository, 28and third party dependencies are covered by their respective licenses, in the 29third_party folder of this package. 30