summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 88dddc467..32230ae1b 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -53,8 +53,8 @@ clean::
for dir in $(SUB_DIRS); do \
$(MAKE) -C $$dir clean; \
done
- rm -f g722/*.[oa]
- rm -f speex/*.[oa]
+ rm -f g722/*.[oai]
+ rm -f speex/*.[oai]
.PHONY: $(SUB_DIRS)