Makefile 206 B

12345678
  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