Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 4caaf2c

Browse files
committed
Fix make clean
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 2808fcb commit 4caaf2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ clean:
4747
$(MAKE) clean -C plugins/DevilDistortion
4848
# $(MAKE) clean -C plugins/Sampler
4949
rm -rf bin build dpf-widgets/opengl/*.d dpf-widgets/opengl/*.o
50+
rm -f 3rd-party/FFTConvolver/*.d 3rd-party/FFTConvolver/*.o
5051

5152
# --------------------------------------------------------------
5253

0 commit comments

Comments
 (0)