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:
authorRalph Giles <giles@mozilla.com>2015-12-29 10:30:29 +0300
committerRalph Giles <giles@mozilla.com>2016-01-04 21:18:12 +0300
commit36d362287546323cabb42d745a4c9bd570c5d3b5 (patch)
treea55be438b036de75d9761cb01cc0fa49aa0798b4 /Makefile.unix
parent68a0e046a2711e8105a52a43629796f4ef4babd8 (diff)
Add 'force' to the phony target list. r=ron
Diffstat (limited to 'Makefile.unix')
-rw-r--r--Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 82b3d13b..04f10194 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -151,4 +151,4 @@ clean:
$(OBJS) $(OPUSDEMO_OBJS) $(OPUSCOMPARE_OBJS) $(TESTOPUSAPI_OBJS) \
$(TESTOPUSDECODE_OBJS) $(TESTOPUSENCODE_OBJS) $(TESTOPUSPADDING_OBJS)
-.PHONY: all lib clean
+.PHONY: all lib clean force