Update documentation (#2565)

@tensorflow/micro

Update README with additional makefile targets for this example application.

bug=fixes #2561
diff --git a/tensorflow/lite/micro/examples/person_detection/README.md b/tensorflow/lite/micro/examples/person_detection/README.md
index a490629..2b33334 100644
--- a/tensorflow/lite/micro/examples/person_detection/README.md
+++ b/tensorflow/lite/micro/examples/person_detection/README.md
@@ -7,6 +7,7 @@
 
 -   [Run the tests on a development machine](#run-the-tests-on-a-development-machine)
 -   [Training your own model](#training-your-own-model)
+-   [Additional makefile targets](#additional-makefile-targets)
 
 
 ## Run the tests on a development machine
@@ -26,6 +27,19 @@
 To understand how TensorFlow Lite does this, you can look at
 [person_detection_test.cc](person_detection_test.cc).
 
+## Additional makefile targets
+```
+make -f tensorflow/lite/micro/tools/make/Makefile person_detection
+make -f tensorflow/lite/micro/tools/make/Makefile person_detection_bin
+make -f tensorflow/lite/micro/tools/make/Makefile run_person_detection
+```
+
+The `run_person_detection` target will produce continuous output similar
+to the following:
+```
+person score:-72 no person score 72
+```
+
 ## Training your own model
 
 You can train your own model with some easy-to-use scripts. See