esp-who/examples/single_chip/face_recognition_wechat/Makefile

13 lines
300 B
Makefile
Raw Normal View History

2018-12-29 18:02:22 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2020-08-07 11:10:29 +08:00
PROJECT_NAME := face_recognition_wechat
2018-12-29 18:02:22 +08:00
SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..
include $(SOLUTION_PATH)/components/component_conf.mk
include $(IDF_PATH)/make/project.mk