8000 Update Makefile. · linuxerwang/docular@d144a30 · GitHub
[go: up one dir, main page]

Skip to con 8000 tent

Commit d144a30

Browse files
committed
Update Makefile.
1 parent 811b0ee commit d144a30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export GOPATH := /home/chenbin/bazel-gopath:$(shell pwd)
1+
export GOPATH := ${GOPATH}:$(shell pwd)
2+
#export GOPATH := /home/chenbin/bazel-gopath:$(shell pwd)
23
export VERSION := "0.1.0"
34

45
all:
@@ -7,7 +8,6 @@ all:
78
@echo "make deb : build deb package"
89

910
goget:
10-
go get golang.org/x/net
1111
go get github.com/microcosm-cc/bluemonday
1212
go get github.com/shurcooL/github_flavored_markdown
1313
go get github.com/go-martini/martini
@@ -21,6 +21,7 @@ goget:
2121
go get github.com/sourcegraph/annotate
2222
go get github.com/sourcegraph/syntaxhighlight
2323
go get golang.org/x/crypto/bcrypt
24+
go get golang.org/x/net
2425

2526
docular:
2627
go install -ldflags "-s -w" docular/cmd/docular

0 commit comments

Comments
 (0)
0