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-dms3
Commits
0dea50be
Commit
0dea50be
authored
Apr 13, 2016
by
Andrew Chin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds 'toolkit_upgrade' to the makefile help target
License: MIT Signed-off-by:
Andrew Chin
<
achin@eminence32.net
>
parent
b0a613fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
0dea50be
...
@@ -116,8 +116,9 @@ PHONY += test test_short test_expensive
...
@@ -116,8 +116,9 @@ PHONY += test test_short test_expensive
help
:
help
:
@
echo
'DEPENDENCY TARGETS:'
@
echo
'DEPENDENCY TARGETS:'
@
echo
''
@
echo
''
@
echo
' deps - Download dependencies using gx'
@
echo
' toolkit_upgrade - Installs or upgrades gx'
@
echo
' vendor - Create a Godep workspace of 3rd party dependencies'
@
echo
' deps - Download dependencies using gx'
@
echo
' vendor - Create a Godep workspace of 3rd party dependencies'
@
echo
''
@
echo
''
@
echo
'BUILD TARGETS:'
@
echo
'BUILD TARGETS:'
@
echo
''
@
echo
''
...
...
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