mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-08-23 12:32:47 +02:00
11 lines
149 B
Makefile
11 lines
149 B
Makefile
BINARY = weed
|
|
|
|
SOURCE_DIR = .
|
|
|
|
all: install
|
|
|
|
install:
|
|
cd weed; go install
|
|
|
|
full_install:
|
|
cd weed; go install -tags "elastic gocdk sqlite hdfs ydb"
|