ed84bcee7b
1. Cleanup the README of app_trace_to_host example based on the template. 2. Remove unused header files in the example. 3. Fix typos in public header file.
9 lines
189 B
Makefile
9 lines
189 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := app_trace_to_host
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|