From 4f4710ef9b63c49ea5f9496920dfdab97e57ded1 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 05565bc66c..a6dd9e3d0d 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: \ vminsert \ vmselect \