seaweedfs/Makefile

12 lines
140 B
Makefile
Raw Normal View History

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