2016-11-14 02:11:22 -05:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2016-11-14 22:12:58 -05:00
|
|
|
PROJECT_NAME := openssl_client
|
2016-11-14 02:11:22 -05:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|