From 1e8f75c57befcac3b06b478b519aee502823bbff Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 26 Feb 2022 01:10:46 +0000 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 4b6fe07..bca4c3c 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -388,7 +388,7 @@ AUTINN_CUSTOM = Chord Vibrato # -------------------------------------------------------------- # Axioma -PLUGIN_FILES += $(wildcard Axioma/src/*.cpp) +PLUGIN_FILES += $(filter-out Axioma/src/plugin.cpp,$(wildcard Axioma/src/*.cpp)) # -------------------------------------------------------------- # BaconPlugs