esp32-wifi-manager/test/wm-test-project/Makefile

10 lines
228 B
Makefile
Raw Normal View History

2018-09-02 20:14:26 -04:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := wm-test-project
2018-09-03 18:35:55 -04:00
COMPONENT_ADD_INCLUDEDIRS := main include
2018-09-02 20:14:26 -04:00
include $(IDF_PATH)/make/project.mk