Browse Source

Updated Makefile

pull/614/head
washikano 1 year ago
parent
commit
8b310b6b79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Makefile View File

@@ -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


Loading…
Cancel
Save