mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
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 := advertise
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|