seaweedfs/Makefile
2022-04-21 01:22:38 -07:00

12 lines
140 B
Makefile

BINARY = weed
SOURCE_DIR = .
all: install
install:
cd weed; go install
full_install:
cd weed; go install -tags "elastic gocdk sqlite"