mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
Makefile: add missing vmbackup
and vmrestore
to all
and all-pure
targets
This commit is contained in:
parent
d687e5518d
commit
fb5848f536
16
Makefile
16
Makefile
@ -13,12 +13,16 @@ GO_BUILDINFO = -X '$(PKG_PREFIX)/lib/buildinfo.Version=$(APP_NAME)-$(shell date
|
||||
all: \
|
||||
vminsert \
|
||||
vmselect \
|
||||
vmstorage
|
||||
vmstorage \
|
||||
vmbackup \
|
||||
vmrestore
|
||||
|
||||
all-pure: \
|
||||
vminsert-pure \
|
||||
vmselect-pure \
|
||||
vmstorage-pure
|
||||
vmstorage-pure \
|
||||
vmbackup-pure \
|
||||
vmrestore-pure
|
||||
|
||||
include app/*/Makefile
|
||||
include deployment/*/Makefile
|
||||
@ -27,16 +31,16 @@ clean:
|
||||
rm -rf bin/*
|
||||
|
||||
publish: \
|
||||
publish-vmstorage \
|
||||
publish-vmselect \
|
||||
publish-vminsert \
|
||||
publish-vmselect \
|
||||
publish-vmstorage \
|
||||
publish-vmbackup \
|
||||
publish-vmrestore
|
||||
|
||||
package: \
|
||||
package-vmstorage \
|
||||
package-vmselect \
|
||||
package-vminsert \
|
||||
package-vmselect \
|
||||
package-vmstorage \
|
||||
package-vmbackup \
|
||||
package-vmrestore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user