esp-who/examples/single_chip/camera_with_command_line/Makefile

10 lines
306 B
Makefile
Raw Normal View History

2018-10-18 15:52:33 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := facenet_single_command_line
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/../../../components $(PROJECT_PATH)/../../../components/esp_facenet
include $(IDF_PATH)/make/project.mk