From: Diego Biurrun Date: Tue, 15 Apr 2014 21:02:39 +0000 (+0200) Subject: build: Simplify phony target declaration with wildcards X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8b6ce7f703d3c9d83dbd4e8ef44cfabc7e2f78e;p=libx264 build: Simplify phony target declaration with wildcards Also add etags to list of phony targets. --- 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)