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:
-rw-r--r--Makefile.draft3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.draft b/Makefile.draft
index 4d3edb54..39ad4af6 100644
--- a/Makefile.draft
+++ b/Makefile.draft
@@ -87,4 +87,5 @@ $(TARGET): $(OBJS)
test_opus$(EXESUFFIX): $(TESTOPUS_OBJS)
$(LINK.o.cmdline)
-clean: rm -f test_opus libopus.a $(OBJS)
+clean:
+ rm -f test_opus libopus.a $(OBJS)