Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.unix')
-rw-r--r--Makefile.unix3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 7d37995d..c0bab7c6 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -125,6 +125,7 @@ package_version: force
force:
clean:
- rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) $(OBJS) $(OPUSDEMO_OBJS)
+ rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) \
+ $(OBJS) $(OPUSDEMO_OBJS) $(OPUSCOMPARE_OBJS)
.PHONY: all lib clean