3245a37e3e
Very much work in progress. Terrible code. Aim is to make this Adafruit compatable.
10 lines
195 B
Makefile
10 lines
195 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := led-display-controller
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|