10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
#
|
||
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||
|
# project subdirectory.
|
||
|
#
|
||
|
|
||
|
PROJECT_NAME := net_suite
|
||
|
|
||
|
include $(IDF_PATH)/make/project.mk
|
||
|
|