ESP-Nodes/ESP32-Rainmaker-Switch/Makefile

13 lines
347 B
Makefile
Raw Permalink Normal View History

2024-07-16 21:11:16 -04:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := switch
PROJECT_VER := 1.0
# Add RainMaker components and other common application components
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/../../components $(PROJECT_PATH)/../common
include $(IDF_PATH)/make/project.mk