update makefile

This commit is contained in:
Lei Xue
2018-11-18 17:26:13 +08:00
parent 567c697499
commit 8af6a91545
6 changed files with 18 additions and 110 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
```