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
15e22b31
Commit
15e22b31
authored
Nov 03, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(makefile) add vendor task
parent
45c432bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Makefile
Makefile
+9
-0
No files found.
Makefile
View file @
15e22b31
build
:
go build
# 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
./...
deps
:
go get ./...
...
...
@@ -10,3 +16,6 @@ watch:
# for portability, use watchmedo -- pip install watchmedo
@
watchmedo shell-command
--patterns
=
"*.go;"
--recursive
\
--command
=
'make'
.
godep
:
go get github.com/tools/godep
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