Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
e1ab7154
Commit
e1ab7154
authored
Dec 06, 2016
by
Adrien Oliva
Browse files
Add ctags deps
parent
a417d193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e1ab7154
...
...
@@ -84,6 +84,7 @@ binary-check:
$(
call
checkbin,
"tsserver"
,
"Run 'sudo npm install -g typescript'."
)
$(
call
checkbin,
"rustc"
,
"Install package 'rust'."
)
$(
call
checkbin,
"cargo"
,
"Install package 'cargo'."
)
$(
call
checkbin,
"ctags"
,
"Install package 'ctags'."
)
@
echo
" OK"
prepare
:
binary-check
...
...
Write
Preview
Supports
Markdown
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