Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 3 years ago
parent
commit
1e8f75c57b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Makefile View File

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


Loading…
Cancel
Save