any-sync/node/Makefile
Sergey Cherepanov 5a17320c44
go workspaces
2022-10-17 15:31:09 +03:00

9 lines
335 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/node))
go build -v -o ../bin/anytype-node -ldflags "$(FLAGS)" github.com/anytypeio/go-anytype-infrastructure-experiments/node/cmd
test:
go test ./... --cover