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:
authorRon <ron@debian.org>2013-05-12 08:39:28 +0400
committerRon <ron@debian.org>2013-05-12 08:39:28 +0400
commit8f486e730cdbcdaab08e5d4352a0a1d35a7f7aba (patch)
tree4f3e249d39ca4c03983937b99f03098ce1c49b5d /Makefile.unix
parent113242cafe62b72b95ed4eb1a5dbe84c11f9aeec (diff)
Remove opus_compare.o in Makefile.unix clean too
It breaks the autoconf builds amusingly when that is left behind.
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