Skip to content

Commit

Permalink
Variables are hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Dec 2, 2015
1 parent c3236a3 commit 57f60b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sbuca: *.go
CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags '-s' -o sbuca

coveralls:
$HOME/gopath/bin/goveralls -v -repotoken 4O0cPh1TK9gtytCvTuKZ4i4kj9V58ikyP
${HOME}/gopath/bin/goveralls -v -repotoken 4O0cPh1TK9gtytCvTuKZ4i4kj9V58ikyP

docker-image:
docker build -t brimstone/sbuca .
Expand Down

0 comments on commit 57f60b6

Please sign in to comment.