esp-who/examples/single_chip/detection_with_web/Makefile

13 lines
295 B
Makefile
Raw Normal View History

2020-08-13 20:42:05 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := detection_with_web
SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..
include $(SOLUTION_PATH)/components/component_conf.mk
include $(IDF_PATH)/make/project.mk