[x264-devel] [PATCH 4/4] build: Simplify phony target declaration with wildcards

Diego Biurrun diego at biurrun.de
Tue Apr 15 23:12:02 CEST 2014


---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ffb7b93..02db70a 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ OBJS   += $(SRCS:%.c=%.o)
 OBJCLI += $(SRCCLI:%.c=%.o)
 OBJSO  += $(SRCSO:%.c=%.o)
 
-.PHONY: all default fprofiled clean distclean install uninstall lib-static lib-shared cli install-lib-dev install-lib-static install-lib-shared install-cli
+.PHONY: all default fprofiled *clean install uninstall lib-s* cli install-*
 
 cli: x264$(EXE)
 lib-static: $(LIBX264)
-- 
1.8.3.2



More information about the x264-devel mailing list