Skip to content

Commit

Permalink
Update Makefile (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
IANTHEREAL authored Jan 31, 2019
1 parent d3b5f21 commit 1e17541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FILES := $$(find . -name '*.go' -type f | grep -vE 'vendor')
VENDOR_TIDB := vendor/github.com/pingcap/tidb


build: prepare check importer dump_region binlogctl sync_diff_inspector ddl_checker finish
build: prepare check importer binlogctl sync_diff_inspector ddl_checker finish

prepare:
cp go.mod1 go.mod
Expand Down Expand Up @@ -65,4 +65,4 @@ check:

finish:
cp go.mod go.mod1
cp go.sum go.sum1
cp go.sum go.sum1

0 comments on commit 1e17541

Please sign in to comment.