fix: makefile
This commit is contained in:
parent
8d2fb64a6c
commit
cb0daceb1e
1 changed files with 3 additions and 3 deletions
6
makefile
6
makefile
|
@ -3,8 +3,8 @@
|
|||
|
||||
install:
|
||||
mkdir -p ~/bin
|
||||
cp -vf {bmark} ~/bin/
|
||||
chmod +x ~/bin/{bmark}
|
||||
cp -vf bmark ~/bin/
|
||||
chmod +x ~/bin/bmark
|
||||
|
||||
uninstall:
|
||||
rm -vf ~/bin/{bmark}
|
||||
rm -vf ~/bin/bmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue