1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-28 22:42:47 +02:00
seaweedfs/Makefile

14 lines
221 B
Makefile

BINARY = weed
SOURCE_DIR = .
all: install
install:
cd weed; go install
full_install:
cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
test:
cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...