From 43577a823732fef7b1b0680a709cbb7630d2e44b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 18 Dec 2020 12:20:01 +0200 Subject: [PATCH] Makefile: force running Makefile rules if there is a file matching their names --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 53307e25a..e24e1a6dc 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ endif GO_BUILDINFO = -X '$(PKG_PREFIX)/lib/buildinfo.Version=$(APP_NAME)-$(shell date -u +'%Y%m%d-%H%M%S')-$(BUILDINFO_TAG)' +.PHONY: $(MAKECMDGOALS) + all: \ victoria-metrics-prod \ vmagent-prod \