summaryrefslogtreecommitdiff
path: root/Makefile.draft
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 13:46:32 -0500
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 13:46:32 -0500
commit34e99da9b204f8d5c19b312d67d40defc8e4353f (patch)
treed0e54d75d725a2fbf2671908da180d8c567c6763 /Makefile.draft
parentfb45a3fac2198c2e6c57f6d8daedf1c2c5004184 (diff)
downloadopus-34e99da9b204f8d5c19b312d67d40defc8e4353f.tar.gz
Fixes "make clean"
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)