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 08:43:01 +00:00
cd weed; go install -tags "elastic gocdk sqlite hdfs"