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