Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Makefile for tidb-binlog
.PHONY: build test check update clean pump drainer fmt reparo integration_test arbiter binlogctl
.PHONY: build test check update clean pump drainer fmt reparo integration_test binlogctl

PROJECT=tidb-binlog

Expand Down Expand Up @@ -37,17 +37,14 @@ all: dev install

dev: check test

build: pump drainer reparo arbiter binlogctl
build: pump drainer reparo binlogctl

pump:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/pump cmd/pump/main.go

drainer:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/drainer cmd/drainer/main.go

arbiter:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/arbiter cmd/arbiter/main.go

reparo:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/reparo cmd/reparo/main.go

Expand Down
67 changes: 0 additions & 67 deletions arbiter/README.md

This file was deleted.

150 changes: 0 additions & 150 deletions arbiter/README_CN.md

This file was deleted.

Loading