syncTree: Update file filter to 'frostfs' #95

Merged
dkirillov merged 1 commits from ironbee/frostfs-s3-gw:update-syncTree-for-frostfs into master 2023-07-26 21:08:00 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ VERSION ?= $(shell git describe --tags --dirty --match "v*" --always --abbrev=8
GO_VERSION ?= 1.19
LINT_VERSION ?= 1.49.0
BINDIR = bin
SYNCDIR = internal/frostfs/services/tree
METRICS_DUMP_OUT ?= ./metrics-dump.json
@ -133,6 +134,7 @@ version:
clean:
rm -rf .cache
rm -rf $(BINDIR)
rm -rf $(SYNCDIR)
# Generate code from .proto files
protoc: