seaweedfs/Makefile

12 lines
145 B
Makefile
Raw Normal View History

BINARY = weed
SOURCE_DIR = .
all: install
install:
cd weed; go install
full_install:
2022-04-21 16:43:01 +08:00
cd weed; go install -tags "elastic gocdk sqlite hdfs"