2017-08-07 04:23:58 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2019-01-24 04:43:06 +00:00
|
|
|
PROJECT_NAME := app_trace_to_host
|
2017-08-07 04:23:58 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|