Merge pull request #75 from carmark/makefile

update Makefile and vendor
This commit is contained in:
Le Zhang
2018-11-25 21:31:35 +08:00
committed by GitHub
483 changed files with 190036 additions and 14133 deletions

View File

@@ -24,8 +24,6 @@ $ mkdir -p $GOPATH/src/github.com/gostor/
$ cd $GOPATH/src/github.com/gostor/
$ git clone https://github.com/gostor/gotgt gotgt
$ cd gotgt
$ ./autogen.sh
$ ./configure
$ make
```