commit
60e3ea3909
|
@ -9,10 +9,10 @@ raft:
|
|||
@mkdir -p build
|
||||
$(GO) build --buildmode=plugin -o build/raft.so order/etcdraft/*.go
|
||||
|
||||
## make raft: build plugin (make plugin type= <solo>)
|
||||
## make solo: build plugin (make plugin type= <solo>)
|
||||
solo:
|
||||
@mkdir -p build
|
||||
$(GO) build --buildmode=plugin -o build/solo.so order/solo/*.go
|
||||
|
||||
## make plugins: build plugins (make plugin type=<raft> and <solo>)
|
||||
plugins: raft solo
|
||||
plugins: raft solo
|
||||
|
|
Loading…
Reference in New Issue