7 lines
113 B
Makefile
7 lines
113 B
Makefile
# Project Name
|
|
TARGET = scope
|
|
|
|
# Sources
|
|
CPP_SOURCES = scope.cpp tft.cpp osclsk.cpp
|
|
|
|
include ../../make/daisy.mk
|