From 8b310b6b794de9f6d02adb4dbdb1ff565ef7a979 Mon Sep 17 00:00:00 2001 From: washikano Date: Wed, 21 Feb 2024 19:30:15 -0600 Subject: [PATCH] Updated Makefile --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index e0693e9..acd797b 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -649,7 +649,7 @@ CF_CUSTOM = $(DRWAV) # -------------------------------------------------------------- # Computerscare -PLUGIN_FILES += $(filter-out Computerscare/src/Computerscare.cpp,$(wildcard Computerscare/src/*.cpp)) +PLUGIN_FILES += $(filter-out Computerscare/src/Computerscare.cpp Computerscare/src/test.cpp,$(wildcard Computerscare/src/*.cpp)) # modules/types which are present in other plugins COMPUTERSCARE_CUSTOM = Quantizer PanelBorder