mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
9 lines
183 B
Makefile
9 lines
183 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := esp_hid_host
|
|
|
|
include $(IDF_PATH)/make/project.mk
|