7 lines
95 B
Makefile
7 lines
95 B
Makefile
# Project Name
|
|
TARGET = Blink
|
|
|
|
# Sources
|
|
CPP_SOURCES = Blink.cpp
|
|
|
|
include ../../make/daisy.mk
|