From 9d8567701df8422f4b023e6e7c3d1d0300f3f649 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 20 Sep 2024 21:21:34 +0200 Subject: [PATCH] Build: defaults that reflect the idea --- Makefile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index a08f091..54b9d68 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -14,8 +14,8 @@ OPT=-O3 #USE_FATFS = 1 # Relative to dir 'src' -LIBDAISY_DIR=../../heck_libDaisyWrong -DAISYSP_DIR=../../heck_DaisySPWrong +LIBDAISY_DIR=../../heck_libDaisy +DAISYSP_DIR=../../heck_DaisySP CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor -Wno-switch