Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
766a6370
Commit
766a6370
authored
Jun 25, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix makefile
parent
821e151c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
Makefile
Makefile
+8
-17
No files found.
Makefile
View file @
766a6370
build
:
go
build
test
:
deps
go
test
-race
-v
./...
test
:
build
go
test
-race
-cpu
=
5
-v
./...
export
IPFS_API
?=
v04x.ipfs.io
# saves/vendors third-party dependencies to Godeps/_workspace
# -r flag rewrites import paths to use the vendored path
# ./... performs operation on all packages in tree
vendor
:
godep
godep save
-r
./...
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
g
o get ./...
deps
:
gx
g
x
--verbose
install
--global
watch
:
-
make
@
echo
"[watching *.go; for recompilation]"
# for portability, use watchmedo -- pip install watchmedo
@
watchmedo shell-command
--patterns
=
"*.go;"
--recursive
\
--command
=
'make'
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment