0
mirror of https://github.com/Fihdi/Eurorack.git synced 2026-04-16 16:26:07 +00:00
Files
2024-11-22 18:24:34 +09:00

16 lines
307 B
Makefile

# Project Name
TARGET = TestSdCard
# Sources
CPP_SOURCES = TestSdCard.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