2017-03-13 11:29:24 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2017-03-20 05:43:04 +00:00
|
|
|
PROJECT_NAME := tcp_perf
|
2017-03-13 11:29:24 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|