05b0d567e5
Support iperf
8 lines
176 B
Makefile
Executable file
8 lines
176 B
Makefile
Executable file
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := iperf
|
|
|
|
include $(IDF_PATH)/make/project.mk
|