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