Merge branch 'master' of git.sr.ht:~lucasemmoreira/bmark
This commit is contained in:
commit
1bcce85bf9
1 changed files with 3 additions and 3 deletions
6
makefile
6
makefile
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p ~/bin
|
mkdir -p ~/bin
|
||||||
cp -vf {bmark} ~/bin/
|
cp -vf bmark ~/bin/
|
||||||
chmod +x ~/bin/{bmark}
|
chmod +x ~/bin/bmark
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -vf ~/bin/{bmark}
|
rm -vf ~/bin/bmark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue