Makefile 205 B

1234567
  1. #
  2. # This is a project Makefile. It is assumed the directory this Makefile resides in is a
  3. # project subdirectory.
  4. #
  5. VERBOSE = 1
  6. PROJECT_NAME := esp32_i2s_driver_example
  7. include $(IDF_PATH)/make/project.mk