From d8b6ce7f703d3c9d83dbd4e8ef44cfabc7e2f78e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 15 Apr 2014 23:02:39 +0200 Subject: [PATCH] build: Simplify phony target declaration with wildcards Also add etags to list of phony targets. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4faed55d..55af1c88 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,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 distclean install install-* uninstall cli lib-* etags cli: x264$(EXE) lib-static: $(LIBX264) -- 2.50.1