8 lines
135 B
Makefile
8 lines
135 B
Makefile
# Project Name
|
|
TARGET = scope
|
|
|
|
C_DEFS=-DAUDIOC_DEBUG
|
|
# Sources
|
|
CPP_SOURCES = scope.cpp tft.cpp osclsk.cpp
|
|
|
|
include ../../make/daisy.mk
|