summaryrefslogtreecommitdiff
path: root/Makefile.draft
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.draft')
-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)