2016-12-19 12:52:10 +08:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-11-28 18:49:18 +08:00
|
|
|
PROJECT_NAME := nmea_parser
|
2016-12-19 12:52:10 +08:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|