summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/realcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/realcodecs/Makefile b/TOOLS/realcodecs/Makefile
index 3327754c38..5c978716da 100644
--- a/TOOLS/realcodecs/Makefile
+++ b/TOOLS/realcodecs/Makefile
@@ -10,4 +10,4 @@ TARGETS = $(SRCS:.c=.so.6.0)
all: $(TARGETS)
clean:
- rm -f *.so.6.0
+ rm -f $(TARGETS)