Skip to content

Commit

Permalink
fix make all
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Oct 6, 2019
1 parent 4bc9c65 commit 64db3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

export GO111MODULE=on

all: build
all: build manifest

build:
go build -o bin/trans ./src/cmd/trans
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trans.nvim

trans.nvim is a plugin to translate text with Google Translator for Neovim.
trans.nvim is a plugin for Neovim to translate text with Google Translator.

### message
![trans_nvim_normal_low](https://user-images.githubusercontent.com/97572/35632085-05f00030-06e9-11e8-92a5-98252d71ce1a.gif)
Expand Down

0 comments on commit 64db3e7

Please sign in to comment.