Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlo FERRIGNO
ci-template-cc
Commits
70d7e5f1
Unverified
Commit
70d7e5f1
authored
Jan 19, 2021
by
Volodymyr SAVCHENKO
Browse files
autocomplete and install
parent
02a777d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Makefile
Makefile
+8
-0
No files found.
Makefile
View file @
70d7e5f1
...
...
@@ -6,6 +6,14 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir
:=
$(
notdir
$(
patsubst
%/,%,
$(
dir
$(mkfile_path)
)))
#current_version := $(shell cd $(current_dir); git describe --tags)
install
:
install
-D
-m
0755
-v
make-functions.sh
${HOME}
/.local/bin/cc-cli
install
-D
-m
0755
-v
autocomplete.bash
${HOME}
/.bash_completion.d/cc-cli.bash
install
-D
-m
0400
-v
README.md
${HOME}
/.local/share/doc/cc-cli.md
<
$(HOME)
/.bash_completion
grep
cc-cli.bash
||
echo
'source $$HOME/.bash_completion.d/cc-cli.bash'
>>
$(HOME)
/.bash_completion
test
:
./actions.sh test-all
pull
:
bash
$(current_dir)
/make-functions.sh
$@
...
...
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