1
0

Makefile 256 B

12345678910
  1. #
  2. # This is a project Makefile. It is assumed the directory this Makefile resides in is a
  3. # project subdirectory.
  4. #
  5. PROJECT_NAME := fridgeSensor
  6. EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/led_strip
  7. include $(IDF_PATH)/make/project.mk