2024-11-22 18:24:58 +09:00

16 lines
309 B
Makefile

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