summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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