mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: force running Makefile rules if there is a file matching their names
This commit is contained in:
parent
8df25e12d8
commit
43577a8237
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in a new issue