any-sync/filenode/Makefile
Sergey Cherepanov 0ed7b8162a
file-node
2022-12-14 16:37:59 +03:00

9 lines
340 B
Makefile

.PHONY: proto build test
export GOPRIVATE=github.com/anytypeio
build:
@$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anytypeio/go-anytype-infrastructure-experiments/filenode))
go build -v -o ../bin/file-node -ldflags "$(FLAGS)" github.com/anytypeio/go-anytype-infrastructure-experiments/filenode/cmd
test:
go test ./... --cover