ref: 8f486e730cdbcdaab08e5d4352a0a1d35a7f7aba
parent: 113242cafe62b72b95ed4eb1a5dbe84c11f9aeec
author: Ron <[email protected]>
date: Sun May 12 10:09:28 EDT 2013
Remove opus_compare.o in Makefile.unix clean too It breaks the autoconf builds amusingly when that is left behind.
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -125,6 +125,7 @@
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