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