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
|
2018-11-12 19:48:05 +08:00
|
|
|
|
|
|
|
SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..
|
|
|
|
|
|
|
|
include $(SOLUTION_PATH)/components/component_conf.mk
|
2018-10-18 15:52:33 +08:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|