minimacplus/firmware/Makefile

10 lines
175 B
Makefile
Raw Normal View History

2017-03-08 12:29:10 +00:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2017-03-03 07:47:14 +00:00
PROJECT_NAME := tme
2017-03-03 07:47:14 +00:00
2017-03-08 12:29:10 +00:00
include $(IDF_PATH)/make/project.mk
2017-03-03 07:47:14 +00:00