Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andboson committed Jul 10, 2015
1 parent d875a2f commit cc2de37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOPATH=$(CURDIR)/../../
GOPATH=$(CURDIR)/../../../../

all:godeps bindata.go build

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ab-go
# ab-go [![Build Status](https://travis-ci.org/andboson/ab-go.svg?branch=?branch=master)](https://travis-ci.org/andboson/ab-go)

Inspired by `apache ab testing tool`. Created with `golang`. Add few features.

Expand Down Expand Up @@ -56,7 +56,7 @@ String of tested api name, who will be presented in results message in Slask. Us

-----------------
#### build:
mkdir $GOPATH/src/ab-go && cd $GOPATH/src/ab-go
mkdir $GOPATH/src/github.com/andboson/ab-go && cd $GOPATH/src/github.com/andboson/ab-go

git clone [email protected]:andboson/ab-go.git .

Expand Down
Binary file modified ab-go
Binary file not shown.
4 changes: 2 additions & 2 deletions bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc2de37

Please sign in to comment.