Browse Source

Fix make clean

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
050513441b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      Makefile
  2. +1
    -0
      source/modules/Makefile

+ 1
- 0
Makefile View File

@@ -389,6 +389,7 @@ clean:
$(MAKE) clean -C source/backend
$(MAKE) clean -C source/bridges-plugin
$(MAKE) clean -C source/bridges-ui
$(MAKE) clean -C source/jackbridge
$(MAKE) clean -C source/modules
$(MAKE) clean -C source/native-plugins
$(MAKE) clean -C source/plugin


+ 1
- 0
source/modules/Makefile View File

@@ -17,6 +17,7 @@ clean:
$(MAKE) clean -C rtmidi
$(MAKE) clean -C sfzero
$(MAKE) clean -C water
$(MAKE) clean -C ysfx
$(MAKE) clean -C zita-resampler

ifneq ($(STATIC_PLUGIN_TARGET),true)


Loading…
Cancel
Save