8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811b0ee commit d144a30Copy full SHA for d144a30
Makefile
@@ -1,4 +1,5 @@
1
-export GOPATH := /home/chenbin/bazel-gopath:$(shell pwd)
+export GOPATH := ${GOPATH}:$(shell pwd)
2
+#export GOPATH := /home/chenbin/bazel-gopath:$(shell pwd)
3
export VERSION := "0.1.0"
4
5
all:
@@ -7,7 +8,6 @@ all:
7
8
@echo "make deb : build deb package"
9
10
goget:
- go get golang.org/x/net
11
go get github.com/microcosm-cc/bluemonday
12
go get github.com/shurcooL/github_flavored_markdown
13
go get github.com/go-martini/martini
@@ -21,6 +21,7 @@ goget:
21
go get github.com/sourcegraph/annotate
22
go get github.com/sourcegraph/syntaxhighlight
23
go get golang.org/x/crypto/bcrypt
24
+ go get golang.org/x/net
25
26
docular:
27
go install -ldflags "-s -w" docular/cmd/docular
0 commit comments