Makefile 240 B

1234567891011
  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 := ble_spp_server_demo
  6. COMPONENT_ADD_INCLUDEDIRS := components/include
  7. include $(IDF_PATH)/make/project.mk