summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-30 11:01:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-30 11:01:10 +0000
commitc98258efb87c2b667f3856f3d1c56f38ec1352a6 (patch)
tree0d205e3a2ca3648630142e1b04e4bd563f40028f /Makefile
parent37f9005da1c4c9b8a5de7a79efaed3f24ccabce0 (diff)
downloadmpv-c98258efb87c2b667f3856f3d1c56f38ec1352a6.tar.bz2
mpv-c98258efb87c2b667f3856f3d1c56f38ec1352a6.tar.xz
Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22071 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63547cae20..f2fae3334a 100644
--- a/Makefile
+++ b/Makefile
@@ -428,3 +428,6 @@ libass/libass.a: .norecurse $(wildcard libass/*.[ch])
ifneq ($(wildcard .depend),)
include .depend
endif
+
+.PHONY: all install* uninstall dirclean clean distclean strip dep depend
+.PHONY: doxygen doxygen_clean