esp-who/examples/single_chip/recognition_with_command_line/Makefile

13 lines
301 B
Makefile
Raw Normal View History

2018-11-15 14:09:59 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2018-11-19 17:16:26 +08:00
PROJECT_NAME := recognition_command_line
2018-11-15 14:09:59 +08:00
SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..
include $(SOLUTION_PATH)/components/component_conf.mk
include $(IDF_PATH)/make/project.mk