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:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 21:46:32 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 21:46:32 +0300
commit34e99da9b204f8d5c19b312d67d40defc8e4353f (patch)
treed0e54d75d725a2fbf2671908da180d8c567c6763
parentfb45a3fac2198c2e6c57f6d8daedf1c2c5004184 (diff)
Fixes "make clean"
-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)