mirror of
https://github.com/Fihdi/Eurorack.git
synced 2026-04-12 07:55:50 +00:00
16 lines
299 B
Makefile
16 lines
299 B
Makefile
# Project Name
|
|
TARGET = Blink
|
|
|
|
# Sources
|
|
CPP_SOURCES = Blink.cpp
|
|
|
|
# Library Locations
|
|
LIBDAISY_DIR = ../../../libDaisy
|
|
|
|
# Includes FatFS source files within project.
|
|
# USE_FATFS = 1
|
|
|
|
# Core location, and generic makefile.
|
|
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
|
include $(SYSTEM_FILES_DIR)/Makefile
|