shithub: opus

Download patch

ref: 34e99da9b204f8d5c19b312d67d40defc8e4353f
parent: fb45a3fac2198c2e6c57f6d8daedf1c2c5004184
author: Jean-Marc Valin <[email protected]>
date: Thu Feb 3 08:46:32 EST 2011

Fixes "make clean"

--- a/Makefile.draft
+++ b/Makefile.draft
@@ -87,4 +87,5 @@
 test_opus$(EXESUFFIX): $(TESTOPUS_OBJS)
 	$(LINK.o.cmdline)
 	
-clean:    rm -f test_opus libopus.a $(OBJS)
+clean:
+	rm -f test_opus libopus.a $(OBJS)