mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
12 lines
149 B
Makefile
12 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"
|